Skip to content

Commit 5b910a8

Browse files
committed
Polishing
1 parent 9ebd3ee commit 5b910a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* {@code "application/x-protobuf"} and {@code "application/octet-stream"} with
6868
* the official {@code "com.google.protobuf:protobuf-java"} library.
6969
*
70-
* @author Sébastien Deleuze
70+
* @author Sebastien Deleuze
7171
* @since 5.1
7272
* @see ProtobufEncoder
7373
*/

spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* {@code "application/x-protobuf"} and {@code "application/octet-stream"} with the official
5252
* {@code "com.google.protobuf:protobuf-java"} library.
5353
*
54-
* @author Sébastien Deleuze
54+
* @author Sebastien Deleuze
5555
* @since 5.1
5656
* @see ProtobufDecoder
5757
*/

spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufHttpMessageWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* <p>For {@code HttpMessageReader}, just use
4646
* {@code new DecoderHttpMessageReader(new ProtobufDecoder())}.
4747
*
48-
* @author Sébastien Deleuze
48+
* @author Sebastien Deleuze
4949
* @since 5.1
5050
* @see ProtobufEncoder
5151
*/

0 commit comments

Comments
 (0)