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 3131import net .bytebuddy .utility .StreamDrainer ;
3232import net .bytebuddy .utility .nullability .AlwaysNull ;
3333import net .bytebuddy .utility .nullability .MaybeNull ;
34+ import net .bytebuddy .utility .nullability .NeverNull ;
3435import net .bytebuddy .utility .nullability .UnknownNull ;
3536
3637import java .io .*;
@@ -3347,7 +3348,7 @@ protected MultiReleaseVersionMatcher(ClassFileVersion classFileVersion) {
33473348 /**
33483349 * {@inheritDoc}
33493350 */
3350- public boolean matches (@ UnknownNull Element target ) {
3351+ public boolean matches (@ NeverNull Element target ) {
33513352 String name = target .getName ();
33523353 if (name .startsWith ("/" )) {
33533354 name = name .substring (1 );
You can’t perform that action at this time.
0 commit comments