File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
byte-buddy-dep/src/main/java/net/bytebuddy/build Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 31
31
import net .bytebuddy .utility .StreamDrainer ;
32
32
import net .bytebuddy .utility .nullability .AlwaysNull ;
33
33
import net .bytebuddy .utility .nullability .MaybeNull ;
34
+ import net .bytebuddy .utility .nullability .NeverNull ;
34
35
import net .bytebuddy .utility .nullability .UnknownNull ;
35
36
36
37
import java .io .*;
@@ -3347,7 +3348,7 @@ protected MultiReleaseVersionMatcher(ClassFileVersion classFileVersion) {
3347
3348
/**
3348
3349
* {@inheritDoc}
3349
3350
*/
3350
- public boolean matches (@ UnknownNull Element target ) {
3351
+ public boolean matches (@ NeverNull Element target ) {
3351
3352
String name = target .getName ();
3352
3353
if (name .startsWith ("/" )) {
3353
3354
name = name .substring (1 );
You can’t perform that action at this time.
0 commit comments