diff options
author | Shigeru Chiba <chibash@users.noreply.github.com> | 2017-11-12 15:45:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 15:45:25 +0900 |
commit | e1f0bba5de4dc03a9debfab333683f07cfbcb594 (patch) | |
tree | 9ef368fd89a76a6470c1c8d5fe9d96104e56f21e /src/main/javassist/ClassPath.java | |
parent | e41e0790c0cb073e9e2e30071afecfcdc4621d42 (diff) | |
parent | e5656fc869ccc7f7b60a095e692c2475f7f130bf (diff) | |
download | javassist-e1f0bba5de4dc03a9debfab333683f07cfbcb594.tar.gz javassist-e1f0bba5de4dc03a9debfab333683f07cfbcb594.zip |
Merge pull request #160 from nickl-/squash-warnings
Source walk/Spring clean/Parameterize/Enhance/Squash warnings et.al.
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. |