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


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/deb6937f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/deb6937f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/deb6937f

Branch: refs/heads/master
Commit: deb6937f7d664d4b88aaa8e20a892a601d86640e
Parents: d616f08
Author: Gary Gregory <ggreg...@apache.org>
Authored: Wed Nov 2 20:18:28 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Wed Nov 2 20:18:28 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/deb6937f/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 1894754..fcdbc11 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
@@ -91,7 +91,7 @@ public class PluginCache {
      * Loads and merges all the Log4j plugin cache files specified. Usually, 
this is obtained via a ClassLoader.
      *
      * @param resources URLs to all the desired plugin cache files to load.
-     * @throws IOException
+     * @throws IOException if an I/O exception occurs.
      */
     public void loadCacheFiles(final Enumeration<URL> resources) throws 
IOException {
         categories.clear();

Reply via email to