edu.harvard.hul.ois.jhove.module.pdf.DictionaryEnd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdf-hul Show documentation
Show all versions of pdf-hul Show documentation
PDF module developed by Harvard University Library
/**********************************************************************
* Jhove - JSTOR/Harvard Object Validation Environment
* Copyright 2003 by JSTOR and the President and Fellows of Harvard College
**********************************************************************/
package edu.harvard.hul.ois.jhove.module.pdf;
/**
* Class for Tokens which represent the {@code >>} sequence that ends a Dictionary.
*/
public class DictionaryEnd
extends Token
{
/** Creates an instance of a DictionaryEnd */
public DictionaryEnd ()
{
super ();
}
}