Polishing
This commit is contained in:
parent
9ebd3ee1fe
commit
5b910a87c3
|
|
@ -67,7 +67,7 @@ import org.springframework.util.MimeType;
|
|||
* {@code "application/x-protobuf"} and {@code "application/octet-stream"} with
|
||||
* the official {@code "com.google.protobuf:protobuf-java"} library.
|
||||
*
|
||||
* @author Sébastien Deleuze
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.1
|
||||
* @see ProtobufEncoder
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ import org.springframework.util.MimeType;
|
|||
* {@code "application/x-protobuf"} and {@code "application/octet-stream"} with the official
|
||||
* {@code "com.google.protobuf:protobuf-java"} library.
|
||||
*
|
||||
* @author Sébastien Deleuze
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.1
|
||||
* @see ProtobufDecoder
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ import org.springframework.util.ConcurrentReferenceHashMap;
|
|||
* <p>For {@code HttpMessageReader}, just use
|
||||
* {@code new DecoderHttpMessageReader(new ProtobufDecoder())}.
|
||||
*
|
||||
* @author Sébastien Deleuze
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.1
|
||||
* @see ProtobufEncoder
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue