-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
125 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
implementation/src/main/java/com/github/knokko/update/Reference.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.github.knokko.update; | ||
|
||
class Reference { | ||
|
||
long time = System.nanoTime(); | ||
long counter; | ||
} |
30 changes: 0 additions & 30 deletions
30
implementation/src/main/java/com/github/knokko/update/SlidingEntry.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
implementation/src/main/java/com/github/knokko/update/SlidingWindow.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 0 additions & 64 deletions
64
implementation/src/test/java/com/github/knokko/update/TestSlidingWindow.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.