From 048f640e81f320a5995ab301e16fe89faa5f648c Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Mon, 30 Jun 2008 02:19:15 +0000 Subject: [PATCH] Minor correction to comments. --- src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java b/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java index 2a7ef71..5280c0d 100644 --- a/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java +++ b/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java @@ -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 */