Skip to content

Commit

Permalink
Remove JetBrains @nullable from RESTEay Reactive code
Browse files Browse the repository at this point in the history
(cherry picked from commit 808dd6a)
  • Loading branch information
geoand authored and gsmet committed Feb 27, 2024
1 parent 5926a40 commit cc655c2
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 @@ -1010,7 +1009,6 @@ public void providersFromClasspath(BuildProducer<MessageBodyReaderBuildItem> mes
}
}

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

Expand Down

0 comments on commit cc655c2

Please sign in to comment.