Repository: logging-log4j2
Updated Branches:
  refs/heads/master 8f9329c54 -> b53d1193e


Use "Prevent potential NPE" wording.

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

Branch: refs/heads/master
Commit: b53d1193e679de0502f8a975a968ca9c526c76c2
Parents: 8f9329c
Author: Gary Gregory <ggreg...@apache.org>
Authored: Tue Sep 20 18:06:52 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Tue Sep 20 18:06:52 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b53d1193/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9aff4f4..ee7844d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -157,16 +157,16 @@
         Layout is no longer optional.
       </action>
       <action issue="LOG4J2-1599" dev="ggregory" type="fix">
-        Prevented potential NPE in 
org.apache.logging.log4j.message.ParameterFormatter.formatMessage3(StringBuilder,
 char[], int, Object[], int, int[]).
+        Prevent potential NPE in 
org.apache.logging.log4j.message.ParameterFormatter.formatMessage3(StringBuilder,
 char[], int, Object[], int, int[]).
       </action>
       <action issue="LOG4J2-1600" dev="ggregory" type="fix">
-        Prevented potential NPE due to 
org.apache.logging.log4j.core.layout.MarkerPatternSelector.createSelector(PatternMatch[],
 String, boolean, boolean, Configuration).
+        Prevent potential NPE due to 
org.apache.logging.log4j.core.layout.MarkerPatternSelector.createSelector(PatternMatch[],
 String, boolean, boolean, Configuration).
       </action>
       <action issue="LOG4J2-1601" dev="ggregory" type="fix">
-        Prevented potential NPE due to 
org.apache.logging.log4j.core.layout.ScriptPatternSelector.createSelector(AbstractScript,
 PatternMatch[], String, boolean, boolean, Configuration).
+        Prevent potential NPE due to 
org.apache.logging.log4j.core.layout.ScriptPatternSelector.createSelector(AbstractScript,
 PatternMatch[], String, boolean, boolean, Configuration).
       </action>
       <action issue="LOG4J2-1602" dev="ggregory" type="fix">
-        Prevented potential NPE in 
org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey.equals(Object)
 when object is null.
+        Prevent potential NPE in 
org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey.equals(Object)
 when object is null.
       </action>
       <action issue="LOG4J2-1603" dev="ggregory" type="fix">
         Redo hashCode() and equals() methods in 
org.apache.logging.log4j.core.net.ssl classes.

Reply via email to