diff options
Diffstat (limited to 'src/main/javassist/ClassPath.java')
-rw-r--r-- | src/main/javassist/ClassPath.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/javassist/ClassPath.java b/src/main/javassist/ClassPath.java index 0c605de2..1c75bc0e 100644 --- a/src/main/javassist/ClassPath.java +++ b/src/main/javassist/ClassPath.java @@ -39,7 +39,7 @@ public interface ClassPath { * * <p>This method can return null if the specified class file is not * found. If null is returned, the next search path is examined. - * However, if an error happens, this method must throw an exception + * However, if an error happens, this method must throw an exception * so that the search will be terminated. * * <p>This method should not modify the contents of the class file. |