Index: java/util/GregorianCalendar.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/util/GregorianCalendar.java,v retrieving revision 1.33 diff -u -r1.33 GregorianCalendar.java --- java/util/GregorianCalendar.java 23 Jan 2005 17:39:36 -0000 1.33 +++ java/util/GregorianCalendar.java 27 Jan 2005 22:19:54 -0000 @@ -644,7 +644,7 @@ * @param gregorian true, if we should use the Gregorian rules. * @return the days since the epoch, may be negative. */ - public long getLinearDay(int year, int dayOfYear, boolean gregorian) + private long getLinearDay(int year, int dayOfYear, boolean gregorian) { // The 13 is the number of days, that were omitted in the Gregorian // Calender until the epoch.