Repository: commons-lang Updated Branches: refs/heads/master 050b67d4f -> 5df67bf13
Format nit. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5df67bf1 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5df67bf1 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/5df67bf1 Branch: refs/heads/master Commit: 5df67bf13af9a044f3bf7d8df3bd2daa763843a7 Parents: 050b67d Author: Gary Gregory <ggreg...@apache.org> Authored: Thu Nov 17 11:49:17 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Thu Nov 17 11:49:17 2016 -0800 ---------------------------------------------------------------------- src/main/java/org/apache/commons/lang3/time/FormatCache.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/5df67bf1/src/main/java/org/apache/commons/lang3/time/FormatCache.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/lang3/time/FormatCache.java b/src/main/java/org/apache/commons/lang3/time/FormatCache.java index e0e26c4..affb7ab 100644 --- a/src/main/java/org/apache/commons/lang3/time/FormatCache.java +++ b/src/main/java/org/apache/commons/lang3/time/FormatCache.java @@ -32,6 +32,7 @@ import java.util.concurrent.ConcurrentMap; */ // TODO: Before making public move from getDateTimeInstance(Integer,...) to int; or some other approach. abstract class FormatCache<F extends Format> { + /** * No date or no time. Used in same parameters as DateFormat.SHORT or DateFormat.LONG */