Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Feb 3, 2023
1 parent 4d7e59d commit 7b230ac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ private TypePool.CacheProvider getCacheProvider(ClassLoader classLoader) {
*/
private static final class TypeCacheKey {
private final int loaderHash;
@Nullable
private final WeakReference<ClassLoader> loaderRef;
@Nullable private final WeakReference<ClassLoader> loaderRef;
private final String className;

private final int hashCode;
Expand Down

0 comments on commit 7b230ac

Please sign in to comment.