mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 04:55:14 +00:00
Fix Javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1329678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4071b34f98
commit
b27adc2584
@ -620,7 +620,7 @@ public static Calendar toCalendar(Date date) {
|
||||
* <p>Round this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if this was passed with HOUR, it would return
|
||||
* 28 Mar 2002 14:00:00.000. If this was passed with MONTH, it
|
||||
* would return 1 April 2002 0:00:00.000.</p>
|
||||
@ -656,7 +656,7 @@ public static Date round(Date date, int field) {
|
||||
* <p>Round this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if this was passed with HOUR, it would return
|
||||
* 28 Mar 2002 14:00:00.000. If this was passed with MONTH, it
|
||||
* would return 1 April 2002 0:00:00.000.</p>
|
||||
@ -692,7 +692,7 @@ public static Calendar round(Calendar date, int field) {
|
||||
* <p>Round this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if this was passed with HOUR, it would return
|
||||
* 28 Mar 2002 14:00:00.000. If this was passed with MONTH, it
|
||||
* would return 1 April 2002 0:00:00.000.</p>
|
||||
@ -734,7 +734,7 @@ public static Date round(Object date, int field) {
|
||||
* <p>Truncate this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if you passed with HOUR, it would return 28 Mar
|
||||
* 2002 13:00:00.000. If this was passed with MONTH, it would
|
||||
* return 1 Mar 2002 0:00:00.000.</p>
|
||||
@ -759,7 +759,7 @@ public static Date truncate(Date date, int field) {
|
||||
* <p>Truncate this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if you passed with HOUR, it would return 28 Mar
|
||||
* 2002 13:00:00.000. If this was passed with MONTH, it would
|
||||
* return 1 Mar 2002 0:00:00.000.</p>
|
||||
@ -783,7 +783,7 @@ public static Calendar truncate(Calendar date, int field) {
|
||||
* <p>Truncate this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if you passed with HOUR, it would return 28 Mar
|
||||
* 2002 13:00:00.000. If this was passed with MONTH, it would
|
||||
* return 1 Mar 2002 0:00:00.000.</p>
|
||||
@ -813,7 +813,7 @@ public static Date truncate(Object date, int field) {
|
||||
* <p>Ceil this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if you passed with HOUR, it would return 28 Mar
|
||||
* 2002 14:00:00.000. If this was passed with MONTH, it would
|
||||
* return 1 Apr 2002 0:00:00.000.</p>
|
||||
@ -839,7 +839,7 @@ public static Date ceiling(Date date, int field) {
|
||||
* <p>Ceil this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if you passed with HOUR, it would return 28 Mar
|
||||
* 2002 13:00:00.000. If this was passed with MONTH, it would
|
||||
* return 1 Mar 2002 0:00:00.000.</p>
|
||||
@ -864,7 +864,7 @@ public static Calendar ceiling(Calendar date, int field) {
|
||||
* <p>Ceil this date, leaving the field specified as the most
|
||||
* significant field.</p>
|
||||
*
|
||||
* <p>For example, if you had the datetime of 28 Mar 2002
|
||||
* <p>For example, if you had the date-time of 28 Mar 2002
|
||||
* 13:45:01.231, if you passed with HOUR, it would return 28 Mar
|
||||
* 2002 13:00:00.000. If this was passed with MONTH, it would
|
||||
* return 1 Mar 2002 0:00:00.000.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user