Skip to content

Commit 34723fb

Browse files
committed
Fix Rsocket module for moved classes in SF
1 parent 733b895 commit 34723fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-integration-rsocket/src/main/java/org/springframework/integration/rsocket/AbstractRSocketConnector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
import org.springframework.core.codec.CharSequenceEncoder;
2727
import org.springframework.core.codec.StringDecoder;
2828
import org.springframework.core.io.buffer.DefaultDataBufferFactory;
29+
import org.springframework.messaging.rsocket.MetadataExtractor;
2930
import org.springframework.messaging.rsocket.RSocketStrategies;
30-
import org.springframework.messaging.rsocket.annotation.support.MetadataExtractor;
3131
import org.springframework.util.Assert;
3232
import org.springframework.util.MimeType;
3333
import org.springframework.util.MimeTypeUtils;
@@ -126,7 +126,7 @@ public void setEndpoints(IntegrationRSocketEndpoint... endpoints) {
126126
* Configure a {@link MetadataExtractor} to extract the route and possibly
127127
* other metadata from the first payload of incoming requests.
128128
* <p>By default this is a
129-
* {@link org.springframework.messaging.rsocket.annotation.support.DefaultMetadataExtractor}
129+
* {@link org.springframework.messaging.rsocket.DefaultMetadataExtractor}
130130
* with the configured {@link RSocketStrategies} (and decoders), extracting a route
131131
* from {@code "message/x.rsocket.routing.v0"} or {@code "text/plain"}
132132
* metadata entries.

0 commit comments

Comments
 (0)