This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit f9c938655d2e855a74b04dab6c40d39a1758db18 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Sat Nov 19 16:19:30 2022 -0500 Remove old comment --- src/main/java/org/apache/bcel/util/SyntheticRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/util/SyntheticRepository.java b/src/main/java/org/apache/bcel/util/SyntheticRepository.java index e0f2390d..c046cb4e 100644 --- a/src/main/java/org/apache/bcel/util/SyntheticRepository.java +++ b/src/main/java/org/apache/bcel/util/SyntheticRepository.java @@ -32,7 +32,6 @@ import java.util.Map; */ public class SyntheticRepository extends MemorySensitiveClassPathRepository { - // private static final String DEFAULT_PATH = ClassPath.getClassPath(); private static final Map<ClassPath, SyntheticRepository> MAP = new HashMap<>(); // CLASSPATH X REPOSITORY public static SyntheticRepository getInstance() {