Remove unused type parameter.

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

Branch: refs/heads/LOG4J2-1161
Commit: 2a82643feb5e58df374d9029d95186b7c45c736e
Parents: c1748d0
Author: ggregory <ggreg...@apache.org>
Authored: Tue Oct 20 15:36:19 2015 -0700
Committer: ggregory <ggreg...@apache.org>
Committed: Tue Oct 20 15:36:19 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/logging/log4j/core/util/FileWatcher.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2a82643f/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileWatcher.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileWatcher.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileWatcher.java
index 5c1679b..1ae64a3 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileWatcher.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileWatcher.java
@@ -21,7 +21,7 @@ import java.io.File;
 /**
  * Watches for changes in a Path and performs an action when the file is 
modified.
  */
-public interface FileWatcher<T> {
+public interface FileWatcher {
 
     void fileModified(File file);
 }

Reply via email to