This commit is contained in:
Gary Gregory 2023-01-10 15:57:24 -05:00
commit 73a99e2bea
2 changed files with 10 additions and 10 deletions

View File

@ -204,7 +204,7 @@ public class FieldUtils {
* *
* @param cls * @param cls
* the {@link Class} to query * the {@link Class} to query
* @return an array of Fields (possibly empty). * @return a list of Fields (possibly empty).
* @throws IllegalArgumentException * @throws IllegalArgumentException
* if the class is {@code null} * if the class is {@code null}
* @since 3.2 * @since 3.2

View File

@ -1190,7 +1190,7 @@ public class DateUtils {
/** /**
* Returns the number of milliseconds within the * Returns the number of milliseconds within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the milliseconds of any date will only return the number of milliseconds * <p>Asking the milliseconds of any date will only return the number of milliseconds
* of the current second (resulting in a number between 0 and 999). This * of the current second (resulting in a number between 0 and 999). This
@ -1225,7 +1225,7 @@ public class DateUtils {
/** /**
* Returns the number of seconds within the * Returns the number of seconds within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the seconds of any date will only return the number of seconds * <p>Asking the seconds of any date will only return the number of seconds
* of the current minute (resulting in a number between 0 and 59). This * of the current minute (resulting in a number between 0 and 59). This
@ -1263,7 +1263,7 @@ public class DateUtils {
/** /**
* Returns the number of minutes within the * Returns the number of minutes within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the minutes of any date will only return the number of minutes * <p>Asking the minutes of any date will only return the number of minutes
* of the current hour (resulting in a number between 0 and 59). This * of the current hour (resulting in a number between 0 and 59). This
@ -1301,7 +1301,7 @@ public class DateUtils {
/** /**
* Returns the number of hours within the * Returns the number of hours within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the hours of any date will only return the number of hours * <p>Asking the hours of any date will only return the number of hours
* of the current day (resulting in a number between 0 and 23). This * of the current day (resulting in a number between 0 and 23). This
@ -1339,7 +1339,7 @@ public class DateUtils {
/** /**
* Returns the number of days within the * Returns the number of days within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the days of any date will only return the number of days * <p>Asking the days of any date will only return the number of days
* of the current month (resulting in a number between 1 and 31). This * of the current month (resulting in a number between 1 and 31). This
@ -1377,7 +1377,7 @@ public class DateUtils {
/** /**
* Returns the number of milliseconds within the * Returns the number of milliseconds within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the milliseconds of any date will only return the number of milliseconds * <p>Asking the milliseconds of any date will only return the number of milliseconds
* of the current second (resulting in a number between 0 and 999). This * of the current second (resulting in a number between 0 and 999). This
@ -1414,7 +1414,7 @@ public class DateUtils {
} }
/** /**
* Returns the number of seconds within the * Returns the number of seconds within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the seconds of any date will only return the number of seconds * <p>Asking the seconds of any date will only return the number of seconds
* of the current minute (resulting in a number between 0 and 59). This * of the current minute (resulting in a number between 0 and 59). This
@ -1452,7 +1452,7 @@ public class DateUtils {
/** /**
* Returns the number of minutes within the * Returns the number of minutes within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the minutes of any date will only return the number of minutes * <p>Asking the minutes of any date will only return the number of minutes
* of the current hour (resulting in a number between 0 and 59). This * of the current hour (resulting in a number between 0 and 59). This
@ -1490,7 +1490,7 @@ public class DateUtils {
/** /**
* Returns the number of hours within the * Returns the number of hours within the
* fragment. All datefields greater than the fragment will be ignored. * fragment. All date fields greater than the fragment will be ignored.
* *
* <p>Asking the hours of any date will only return the number of hours * <p>Asking the hours of any date will only return the number of hours
* of the current day (resulting in a number between 0 and 23). This * of the current day (resulting in a number between 0 and 23). This