aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/util/SyntheticRepository.java
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2016-06-10 23:16:37 +0000
committerGary D. Gregory <ggregory@apache.org>2016-06-10 23:16:37 +0000
commitd3bef0558d47861d85ebee02bfbbe09d67a60c3c (patch)
tree0f5244640a7b98ec16bfead4dd84d7dabc8c7ead /src/main/java/org/apache/bcel/util/SyntheticRepository.java
parent4b46a1595c4c8688644549b3cd762819f4ccfac0 (diff)
downloadapache-commons-bcel-d3bef0558d47861d85ebee02bfbbe09d67a60c3c.tar.gz
Redundant super-interface Repository for the type SyntheticRepository, already defined by MemorySensitiveClassPathRepository.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/main/java/org/apache/bcel/util/SyntheticRepository.java')
-rw-r--r--src/main/java/org/apache/bcel/util/SyntheticRepository.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/apache/bcel/util/SyntheticRepository.java b/src/main/java/org/apache/bcel/util/SyntheticRepository.java
index 79b10498..6ccae281 100644
--- a/src/main/java/org/apache/bcel/util/SyntheticRepository.java
+++ b/src/main/java/org/apache/bcel/util/SyntheticRepository.java
@@ -30,7 +30,7 @@ import java.util.Map;
*
* @version $Id$
*/
-public class SyntheticRepository extends MemorySensitiveClassPathRepository implements Repository {
+public class SyntheticRepository extends MemorySensitiveClassPathRepository {
// private static final String DEFAULT_PATH = ClassPath.getClassPath();
private static final Map<ClassPath, SyntheticRepository> _instances = new HashMap<>(); // CLASSPATH X REPOSITORY