Repository: logging-log4j2 Updated Branches: refs/heads/master b86a3a820 -> 05846b880
Modify class description Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/05846b88 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/05846b88 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/05846b88 Branch: refs/heads/master Commit: 05846b880e1063dfd0d110c6ca1fd79f18e62a99 Parents: b86a3a8 Author: Ralph Goers <[email protected]> Authored: Sun Nov 22 08:10:25 2015 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Nov 22 08:10:25 2015 -0700 ---------------------------------------------------------------------- .../apache/logging/log4j/core/config/ConfiguratonFileWatcher.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/05846b88/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfiguratonFileWatcher.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfiguratonFileWatcher.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfiguratonFileWatcher.java index 501280d..1190b90 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfiguratonFileWatcher.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfiguratonFileWatcher.java @@ -23,8 +23,7 @@ import java.io.File; import java.util.List; /** - * Class Description goes here. - * Created by rgoers on 11/21/15 + * Watcher for configuration files. Causes a reconfiguration when a file changes. */ public class ConfiguratonFileWatcher implements FileWatcher {
