Skip to content

Commit

Permalink
Resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed May 31, 2022
1 parent 2ad8f86 commit b31a789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private Class<?> getRefasterTemplateCollectionClass() {
try {
return Class.forName(
"tech.picnic.errorprone.refastertemplates.AssortedTemplates",
false,
/* initialize= */ false,
getClass().getClassLoader());
} catch (ClassNotFoundException e) {
throw new IllegalStateException("Failed to load Refaster template collection class", e);
Expand Down

0 comments on commit b31a789

Please sign in to comment.