Skip to content

Commit 1ec0bd9

Browse files
Jascha RiedelJascha Riedel
authored andcommitted
Updated docstring to refer to AuthMetadataCodec
Signed-off-by: Jascha Riedel <[email protected]>
1 parent fa56372 commit 1ec0bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-core/src/main/java/io/rsocket/core/RSocketConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public RSocketConnector dataMimeType(String dataMimeType) {
184184
* <ul>
185185
* <li>{@link io.rsocket.metadata.CompositeMetadataFlyweight Composite Metadata}
186186
* <li>{@link io.rsocket.metadata.TaggingMetadataFlyweight Routing}
187-
* <li>{@link io.rsocket.metadata.security.AuthMetadataFlyweight Authentication}
187+
* <li>{@link io.rsocket.metadata.AuthMetadataCodec Authentication}
188188
* </ul>
189189
*
190190
* <p>For more on the above metadata formats, see the corresponding <a

0 commit comments

Comments
 (0)