--- FutureTaskTest.java 2011/05/31 16:16:23 1.26 +++ FutureTaskTest.java 2011/06/18 14:16:42 1.27 @@ -148,7 +148,6 @@ checkCancelled(task); } - /** * setting value causes get to return it */ @@ -420,7 +419,6 @@ checkCancelled(task); } - /** * A runtime exception in task causes get to throw ExecutionException */ @@ -459,7 +457,6 @@ } } - /** * Interrupting a waiting get causes it to throw InterruptedException */