DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

MoreExecutors.shutdownAndAwaitTermination doc issue #1725

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current JavaDoc lists 4 shutdown steps, stating that remaining steps will not 
be executed in case of executor shutdown or thread interruption.
However the current implementation in case of thread interruption actually 
performs step 3 (calls ExecutorService.shutdownNow()). This is contradictory 
IMHO.

I think the current implementation is correct but JavaDoc needs some 
clarification.

Original issue reported on code.google.com by mikhail....@gmail.com on 12 Apr 2014 at 3:00

GoogleCodeExporter commented 9 years ago
Also I've just noticed that there is a ) instead of } in the @return tag and 
that corrupts rendered JavaDoc.

Original comment by mikhail....@gmail.com on 12 Apr 2014 at 3:03

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07