Skip to content

Commit 087f7ed

Browse files
committed
Fix annotation.
1 parent 9b834d5 commit 087f7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ interface CacheProvider {
214214
/**
215215
* The value that is returned on a cache-miss.
216216
*/
217-
@MaybeNull
217+
@AlwaysNull
218218
Resolution UNRESOLVED = null;
219219

220220
/**

0 commit comments

Comments
 (0)