Skip to content
Snippets Groups Projects
Commit 64a93640 authored by Herwin van Welbergen's avatar Herwin van Welbergen
Browse files

fixed comments

parent 0cde14cf
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public class FutureIU
}
/**
* Wait for at most the given time for the IU and take it (can be done only once)
* Wait for at most the given time for the IU and take it (can be done only once), return null on timeout
*/
public AbstractIU take(long timeout, TimeUnit unit) throws InterruptedException
{
......
......@@ -55,7 +55,7 @@ public class FutureIUs
}
/**
* Wait for at most the given time for the IU and take it (can be done only once)
* Wait for at most the given time for the IU and take it (can be done only once), return null on timeout
*/
public AbstractIU take(String idValue, long timeout, TimeUnit unit) throws InterruptedException
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment