Polishing

This commit is contained in:
Sébastien Deleuze 2020-10-26 20:09:51 +01:00
parent 9ebd3ee1fe
commit 5b910a87c3
3 changed files with 3 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/