Repository: logging-log4j2
Updated Branches:
  refs/heads/master deb6937f7 -> a2c045b52


Fix Javadoc warning.

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

Branch: refs/heads/master
Commit: a2c045b5221f80c4d59820936c309d0344941fca
Parents: deb6937
Author: Gary Gregory <ggreg...@apache.org>
Authored: Wed Nov 2 22:33:13 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Wed Nov 2 22:33:13 2016 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/config/plugins/processor/PluginCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a2c045b5/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java
index fcdbc11..2fd4160 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginCache.java
@@ -63,7 +63,7 @@ public class PluginCache {
      * Stores the plugin cache to a given OutputStream.
      *
      * @param os destination to save cache to.
-     * @throws IOException
+     * @throws IOException if an I/O exception occurs.
      */
     // NOTE: if this file format is to be changed, the filename should change 
and this format should still be readable
     public void writeCache(final OutputStream os) throws IOException {

Reply via email to