Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin235 committed Jul 2, 2019
1 parent 1d0791d commit 0b9853d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/dictionaries/daniel.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/com/daniel/DdosDetector.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void analyzeLogs() throws IOException {

Instant timestamp = optionalTimestamp.get();
if (windowStart == null) {
// started a new window, so the timer should run when the
// started a new window, so the timer should run
windowStart = timestamp;
createTimer();
}
Expand Down

0 comments on commit 0b9853d

Please sign in to comment.