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

Commit

Permalink
Javadoc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 4, 2012
1 parent 5c63be4 commit f2d453b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/javax/time/ZoneOffset.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
* To prevent any problems with that range being extended, yet still provide
* validation, the range of offsets is restricted to -18:00 to 18:00 inclusive.
* <p>
* This class is designed for use with the ISO calendar system
* This class is designed for use with the ISO calendar system.
* The fields of hours, minutes and seconds make assumptions that are valid for the
* standard ISO definitions of those fields. This class may be used with other
* calendar systems providing the definition of the time fields matches those
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/javax/time/ZonedDateTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ public ZonedDateTime withFixedOffsetZone() {

//-----------------------------------------------------------------------
/**
* Gets the {@code LocalDateTime} part of this offset date-time.
* Gets the {@code LocalDateTime} part of this date-time.
* <p>
* This returns a {@code LocalDateTime} with the same year, month, day and time
* as this date-time.
Expand Down

0 comments on commit f2d453b

Please sign in to comment.