Minor correction to comments.

This commit is contained in:
Robert Greene 2008-06-30 02:19:15 +00:00
parent af85d76306
commit 048f640e81
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class LittleEndianByteInputStream extends InputStream implements ByteCons
}
/**
* Read the TimeRec into a Java Date object.
* Note that years 1900-1939 are assumed to be 2000-2039 per the NuFX addendum
* Note that years 00-39 are assumed to be 2000-2039 per the NuFX addendum
* at http://www.nulib.com/library/nufx-addendum.htm.
* @see http://www.nulib.com/library/nufx-addendum.htm
*/