Skip to content

Commit

Permalink
Remove JetBrains @nullable from RESTEay Reactive code
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Feb 26, 2024
1 parent e38cf8c commit 808dd6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
import org.jboss.resteasy.reactive.server.vertx.serializers.ServerVertxAsyncFileMessageBodyWriter;
import org.jboss.resteasy.reactive.server.vertx.serializers.ServerVertxBufferMessageBodyWriter;
import org.jboss.resteasy.reactive.spi.BeanFactory;
import org.jetbrains.annotations.Nullable;
import org.objectweb.asm.ClassVisitor;

import io.quarkus.arc.Unremovable;
Expand Down Expand Up @@ -1011,7 +1010,6 @@ public void providersFromClasspath(BuildProducer<MessageBodyReaderBuildItem> mes
}
}

@Nullable
private static String determineHandledGenericTypeOfProviderInterface(Class<?> providerClass,
Class<?> targetProviderInterface) {

Expand Down

0 comments on commit 808dd6a

Please sign in to comment.