Skip to content

Commit 4eb36a2

Browse files
committed
CXF-9178: Run Jakarta RESTful Web Services 4.0 TCK. Fix post-merge compilation issue
1 parent 7ee4f5f commit 4eb36a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
import java.util.logging.Level;
5656
import java.util.logging.Logger;
5757

58+
import jakarta.annotation.Nullable;
5859
import jakarta.ws.rs.WebApplicationException;
5960
import jakarta.ws.rs.core.Application;
6061
import jakarta.ws.rs.core.EntityPart;
@@ -103,7 +104,6 @@
103104
import org.apache.cxf.message.Exchange;
104105
import org.apache.cxf.message.Message;
105106
import org.apache.cxf.message.MessageUtils;
106-
import org.jspecify.annotations.Nullable;
107107

108108
public final class InjectionUtils {
109109
public static final Set<String> STANDARD_CONTEXT_CLASSES = new HashSet<>();

0 commit comments

Comments
 (0)