Fix display error

This commit is contained in:
Ilkka Seppälä 2016-04-15 08:21:29 +03:00
parent 439e286f00
commit 8e69ebce9f

View File

@ -25,4 +25,4 @@ Use the Callback pattern when
## Real world examples
* [CyclicBarrier] (http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/CyclicBarrier.html#CyclicBarrier%28int,%20java.lang.Runnable%29) constructor can accept callback that will be triggered every time when barrier is tripped.
* [CyclicBarrier](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/CyclicBarrier.html#CyclicBarrier%28int,%20java.lang.Runnable%29) constructor can accept callback that will be triggered every time when barrier is tripped.