Author: ggregory
Date: Fri Jun 10 23:16:37 2016
New Revision: 1747812

URL: http://svn.apache.org/viewvc?rev=1747812&view=rev
Log:
Redundant super-interface Repository for the type SyntheticRepository, already 
defined by MemorySensitiveClassPathRepository.

Modified:
    
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java

Modified: 
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java?rev=1747812&r1=1747811&r2=1747812&view=diff
==============================================================================
--- 
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java
 (original)
+++ 
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java
 Fri Jun 10 23:16:37 2016
@@ -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


Reply via email to