Repository: logging-log4j2 Updated Branches: refs/heads/master bfa528274 -> 044777340
Fix for Javadoc 8. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/04477734 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/04477734 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/04477734 Branch: refs/heads/master Commit: 04477734031057fdaf758c640b0a1426f81a33ed Parents: bfa5282 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:39:07 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:39:07 2014 -0400 ---------------------------------------------------------------------- .../logging/log4j/core/pattern/CachedDateFormat.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/04477734/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/CachedDateFormat.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/CachedDateFormat.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/CachedDateFormat.java index 166112f..7acc38b 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/CachedDateFormat.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/CachedDateFormat.java @@ -324,12 +324,13 @@ final class CachedDateFormat extends DateFormat { } /** - * Set timezone. - * <p/> - * Setting the timezone using getCalendar().setTimeZone() - * will likely cause caching to misbehave. + * Sets the time zone. + * <p> + * Setting the time zone using getCalendar().setTimeZone() will likely cause caching to misbehave. + * </p> * - * @param timeZone TimeZone new timezone + * @param timeZone + * TimeZone new time zone */ @Override public void setTimeZone(final TimeZone timeZone) {
