Skip to content

Commit 13c60b4

Browse files
committed
improved javadoc
1 parent d441586 commit 13c60b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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)