edu.harvard.hul.ois.jhove.module.pdf.ArrayEnd Maven / Gradle / Ivy
/**********************************************************************
* 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 "]" that closes an array.
*/
public class ArrayEnd
extends Token
{
/** Creates an instance of an ArrayEnd */
public ArrayEnd ()
{
super ();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy