Repository: logging-log4j2
Updated Branches:
  refs/heads/master 41f5dfb98 -> 7570e3f45


Javadoc.

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

Branch: refs/heads/master
Commit: 7570e3f45a90d7a455d93633e9fb0f51fd1dab1e
Parents: 41f5dfb
Author: Gary Gregory <ggreg...@apache.org>
Authored: Fri Jan 12 10:45:12 2018 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Fri Jan 12 10:45:12 2018 -0700

----------------------------------------------------------------------
 .../logging/log4j/message/MapMessage.java       | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7570e3f4/log4j-api/src/main/java/org/apache/logging/log4j/message/MapMessage.java
----------------------------------------------------------------------
diff --git 
a/log4j-api/src/main/java/org/apache/logging/log4j/message/MapMessage.java 
b/log4j-api/src/main/java/org/apache/logging/log4j/message/MapMessage.java
index 114ce17..38319d2 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/message/MapMessage.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/message/MapMessage.java
@@ -485,7 +485,10 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     public Throwable getThrowable() {
         return null;
     }
+    
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final boolean value) {
@@ -493,6 +496,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final byte value) {
@@ -500,6 +505,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final char value) {
@@ -507,6 +514,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final double value) {
@@ -514,6 +523,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final float value) {
@@ -521,6 +532,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
     
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final int value) {
@@ -528,6 +541,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final long value) {
@@ -535,6 +550,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
     
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final Object value) {
@@ -542,6 +559,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final short value) {
@@ -549,6 +568,8 @@ public class MapMessage<M extends MapMessage<M, V>, V> 
implements MultiFormatStr
     }
 
     /**
+     * Default implementation does nothing.
+     * 
      * @since 2.9
      */
     protected void validate(final String key, final String value) {

Reply via email to