Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://threeten.svn.sourceforge.net/svnroot/threeten/trunk/threeten@1475 291d795c-afe8-5c46-8ee5-bf9dd72e1864
  • Loading branch information
jodastephen committed May 28, 2011
1 parent 4ac20a3 commit c8ae17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/javax/time/calendar/ZoneResolvers.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ protected OffsetDateTime handleOverlap(
* This resolver is the same as the {{@link #postTransition()} resolver with
* one additional rule. When processing an overlap, this resolver attempts
* to use the same offset as the offset specified in the old date-time.
* If that offset is invalid then the later offset is chosen
* If that offset is invalid then the later offset is chosen.
* <p>
* This resolver is most commonly useful when adding or subtracting time
* from a {@code ZonedDateTime}.
Expand Down Expand Up @@ -245,7 +245,7 @@ protected OffsetDateTime handleOverlap(
//-----------------------------------------------------------------------
/**
* Returns the push forward resolver, which changes the time of the result
* in a gap by adding the lenth of the gap.
* in a gap by adding the length of the gap.
* <p>
* If the discontinuity is a gap, then the resolver will add the length of
* the gap in seconds to the local time.
Expand Down

0 comments on commit c8ae17f

Please sign in to comment.