You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/24 14:42:45 UTC

svn commit: r1329678 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java

Author: ggregory
Date: Tue Apr 24 12:42:44 2012
New Revision: 1329678

URL: http://svn.apache.org/viewvc?rev=1329678&view=rev
Log:
Fix Javadoc typos.

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java?rev=1329678&r1=1329677&r2=1329678&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java Tue Apr 24 12:42:44 2012
@@ -620,7 +620,7 @@ public class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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 class DateUtils {
      * <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>