Skip to content

Commit

Permalink
Update src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/gro…
Browse files Browse the repository at this point in the history
…ovy/SandboxResolvingClassLoader.java

Co-Authored-By: Devin Nusbaum <dwnusbaum@users.noreply.github.com>
  • Loading branch information
jglick and dwnusbaum authored May 30, 2019
1 parent 1976ea5 commit c1fc0b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SandboxResolvingClassLoader extends ClassLoader {
* Marker value for a {@link ClassNotFoundException} negative cache hit.
* Cannot use null, since the cache API does not permit null values.
* Cannot use {@code Optional<Class<?>>} since weak values would mean this is always collected.
* This value is non-null, not to be a legitimate return value
* This value is non-null, not a legitimate return value
* (no script should be trying to load this implementation detail), and strongly held.
*/
private static final Class<?> CLASS_NOT_FOUND = Unused.class;
Expand Down

0 comments on commit c1fc0b3

Please sign in to comment.