diff options
Diffstat (limited to 'src/main/javassist/ClassPath.java')
-rw-r--r-- | src/main/javassist/ClassPath.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/javassist/ClassPath.java b/src/main/javassist/ClassPath.java index 0c605de2..60fe80e9 100644 --- a/src/main/javassist/ClassPath.java +++ b/src/main/javassist/ClassPath.java @@ -58,11 +58,4 @@ public interface ClassPath { * @return null if the specified class file could not be found. */ URL find(String classname); - - /** - * This method is invoked when the <code>ClassPath</code> object is - * detached from the search path. It will be an empty method in most of - * classes. - */ - void close(); } |