Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3ef6a9e9c -> 73eba12f7


Document empty block.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/73eba12f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/73eba12f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/73eba12f

Branch: refs/heads/master
Commit: 73eba12f7d3d0d855e41acb9b021cc28ab21dfc3
Parents: 3ef6a9e
Author: Gary Gregory <[email protected]>
Authored: Thu Nov 17 10:02:58 2016 -0800
Committer: Gary Gregory <[email protected]>
Committed: Thu Nov 17 10:02:58 2016 -0800

----------------------------------------------------------------------
 .../apache/logging/log4j/core/util/datetime/FastDateParserTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/73eba12f/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FastDateParserTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FastDateParserTest.java
 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FastDateParserTest.java
index f8a5a0b..546780b 100644
--- 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FastDateParserTest.java
+++ 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/datetime/FastDateParserTest.java
@@ -673,6 +673,7 @@ public class FastDateParserTest {
             fdp.parse("2015");
             Assert.fail("expected parse exception");
         } catch (final ParseException pe) {
+            // expected parse exception
         }
 
         // Wed Apr 29 00:00:00 KST 2015

Reply via email to