From b27adc25842b217819e86f139836b38e46f2c88f Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Tue, 24 Apr 2012 12:42:44 +0000 Subject: [PATCH] Fix Javadoc typos. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1329678 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/lang3/time/DateUtils.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/time/DateUtils.java b/src/main/java/org/apache/commons/lang3/time/DateUtils.java index cd412b90b..6c75da375 100644 --- a/src/main/java/org/apache/commons/lang3/time/DateUtils.java +++ b/src/main/java/org/apache/commons/lang3/time/DateUtils.java @@ -620,7 +620,7 @@ public class DateUtils { *

Round this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -656,7 +656,7 @@ public class DateUtils { *

Round this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -692,7 +692,7 @@ public class DateUtils { *

Round this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -734,7 +734,7 @@ public class DateUtils { *

Truncate this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -759,7 +759,7 @@ public class DateUtils { *

Truncate this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -783,7 +783,7 @@ public class DateUtils { *

Truncate this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -813,7 +813,7 @@ public class DateUtils { *

Ceil this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -839,7 +839,7 @@ public class DateUtils { *

Ceil this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.

@@ -864,7 +864,7 @@ public class DateUtils { *

Ceil this date, leaving the field specified as the most * significant field.

* - *

For example, if you had the datetime of 28 Mar 2002 + *

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.