Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 406322c

Browse files
committed
Forgot an interface grr
1 parent 2a47205 commit 406322c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/olympiccode/vhackos/api/network/BruteForce.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ public interface BruteForce {
1414
long getEndTimestamp();
1515
long getId();
1616
BruteForceState getState();
17+
boolean retry();
1718
}

0 commit comments

Comments
 (0)