Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13c60b4

Browse filesBrowse files
committed
improved javadoc
1 parent d441586 commit 13c60b4
Copy full SHA for 13c60b4

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/main/java/org/fluentd/logger/sender/ExponentialDelayReconnector.java

Copy file name to clipboardExpand all lines: src/main/java/org/fluentd/logger/sender/ExponentialDelayReconnector.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.LinkedList;
44

55
/**
6-
* Calculates exponential delay for reconnecting. The start delay is 50ms and exponentionally grows to max 60 seconds in
6+
* Calculates exponential delay for reconnecting. The start delay is 50ms and exponentially grows to max 60 seconds in
77
* function of the number of connection errors.
88
*/
99
public class ExponentialDelayReconnector implements Reconnector {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.