Skip to content

Commit

Permalink
[hotfix] [tests] Fix minor JavaDoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Aug 5, 2016
1 parent c7a8554 commit 2a4b222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void trigger() {
}

/**
* Waits until {@link #trigger())} is called.
* Waits until {@link #trigger()} is called.
*/
public void await() throws InterruptedException {
synchronized (lock) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void trigger() {
}

/**
* Waits until {@link #trigger())} is called. Once {@code trigger()} has been called this
* Waits until {@link #trigger())} is called. Once {@code #trigger()} has been called this
* call will always return immediately.
*/
public void await() throws InterruptedException {
Expand Down

0 comments on commit 2a4b222

Please sign in to comment.