package grader.gradebookbinh; import grader.gradebook.*; import java.util.Collection; /** * * File data typing tag indicating that a file contains data other than calendar data created by the Calendar Tool. * Derived from an FMSL opaque type. * * @author * @version * **/ public class OtherType { /** Default Constructor **/ public OtherType() { } }