Skip to content

Commit 597b31b

Browse files
committed
Merge pull request #26973 from dregimbal
* pr/26973: Update copyright year of changed file Fix typo Closes gh-26973
2 parents de1ba79 + 4049951 commit 597b31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -119,7 +119,7 @@ public static <T> Builder<T> builder() {
119119
}
120120

121121
/**
122-
* Return a builder for a {@code SseEvent}, populated with the give {@linkplain #data() data}.
122+
* Return a builder for a {@code SseEvent}, populated with the given {@linkplain #data() data}.
123123
* @param <T> the type of data that this event contains
124124
* @return the builder
125125
*/

0 commit comments

Comments
 (0)