We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1ba79 + 4049951 commit 597b31bCopy full SHA for 597b31b
spring-web/src/main/java/org/springframework/http/codec/ServerSentEvent.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2021 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -119,7 +119,7 @@ public static <T> Builder<T> builder() {
119
}
120
121
/**
122
- * Return a builder for a {@code SseEvent}, populated with the give {@linkplain #data() data}.
+ * Return a builder for a {@code SseEvent}, populated with the given {@linkplain #data() data}.
123
* @param <T> the type of data that this event contains
124
* @return the builder
125
*/
0 commit comments