Skip to content

Commit

Permalink
Javadoc is bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Wiljami Ahonen committed Oct 10, 2023
1 parent 435651a commit 2494fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/tus/java/client/TusExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public boolean makeAttempts() throws ProtocolException, IOException {
protected abstract void makeAttempt() throws ProtocolException, IOException;

/**
* The build pipeline demands this comment
* The build pipeline demands this comment.
*/
public TusExecutor() {
// Foo
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/tus/java/client/TusURLMemoryStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TusURLMemoryStore implements TusURLStore {
private Map<String, URL> store = new HashMap<String, URL>();

/**
* The build pipeline demands this comment
* The build pipeline demands this comment.
*/
public TusURLMemoryStore() {
// Foo
Expand Down

0 comments on commit 2494fc2

Please sign in to comment.