[hotfix] [tests] Fix minor JavaDoc link errors

Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0c9c04d1
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0c9c04d1
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0c9c04d1

Branch: refs/heads/master
Commit: 0c9c04d19472064b5406dff907671ef723cf438f
Parents: f15603d
Author: Stephan Ewen <[email protected]>
Authored: Mon Feb 20 20:52:20 2017 +0100
Committer: Stephan Ewen <[email protected]>
Committed: Tue Feb 21 01:16:27 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/flink/core/testutils/OneShotLatch.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0c9c04d1/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/OneShotLatch.java
----------------------------------------------------------------------
diff --git 
a/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/OneShotLatch.java
 
b/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/OneShotLatch.java
index 1afe952..eb730fc 100644
--- 
a/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/OneShotLatch.java
+++ 
b/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/OneShotLatch.java
@@ -45,7 +45,7 @@ public final class OneShotLatch {
        }
 
        /**
-        * Waits until {@link OneShotLatch#trigger())} is called. Once {@code 
trigger()} has been called this
+        * Waits until {@link OneShotLatch#trigger()} is called. Once {@code 
trigger()} has been called this
         * call will always return immediately.
         * 
         * @throws InterruptedException Thrown if the thread is interrupted 
while waiting.
@@ -59,7 +59,7 @@ public final class OneShotLatch {
        }
 
        /**
-        * Waits until {@link OneShotLatch#trigger())} is called. Once {@code 
#trigger()} has been called this
+        * Waits until {@link OneShotLatch#trigger()} is called. Once {@code 
#trigger()} has been called this
         * call will always return immediately.
         * 
         * <p>If the latch is not triggered within the given timeout, a {@code 
TimeoutException}

Reply via email to