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.
1 parent 1db034f commit ddee608Copy full SHA for ddee608
media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved.
3
*
4
* This program and the accompanying materials are made available under the
5
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -400,7 +400,7 @@ private Builder(WebTarget target,
400
*/
401
public Builder reconnectDelay(long reconnectDelay, TimeUnit unit) {
402
this.reconnectDelay = reconnectDelay;
403
- this.reconnectUnit = reconnectUnit;
+ this.reconnectUnit = unit;
404
return this;
405
}
406
0 commit comments