You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/10 23:16:37 UTC

svn commit: r1747812 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java

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