/[classpath]/classpath/java/util/GregorianCalendar.java
ViewVC logotype

Diff of /classpath/java/util/GregorianCalendar.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26.2.5 by gnu_andrew, Mon Jan 24 01:59:54 2005 UTC revision 1.26.2.6 by gnu_andrew, Fri Jan 28 10:43:57 2005 UTC
# Line 644  public class GregorianCalendar extends C Line 644  public class GregorianCalendar extends C
644     * @param gregorian <code>true</code>, if we should use the Gregorian rules.     * @param gregorian <code>true</code>, if we should use the Gregorian rules.
645     * @return the days since the epoch, may be negative.     * @return the days since the epoch, may be negative.
646     */     */
647    public long getLinearDay(int year, int dayOfYear, boolean gregorian)    private long getLinearDay(int year, int dayOfYear, boolean gregorian)
648    {    {
649      // The 13 is the number of days, that were omitted in the Gregorian      // The 13 is the number of days, that were omitted in the Gregorian
650      // Calender until the epoch.      // Calender until the epoch.

Legend:
Removed from v.1.26.2.5  
changed lines
  Added in v.1.26.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26