Polish
Closes gh-1669
This commit is contained in:
committed by
Stephane Nicoll
parent
fb61af1882
commit
4c888d0f32
@@ -239,7 +239,7 @@ public class ServerSentEvent<T> {
|
||||
|
||||
@Override
|
||||
public ServerSentEvent<T> build() {
|
||||
return new ServerSentEvent<T>(this.id, this.event, this.retry, this.comment, this.data);
|
||||
return new ServerSentEvent<>(this.id, this.event, this.retry, this.comment, this.data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user