clcron / guava-libraries

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

Service.stopAndWait() JavaDoc claims to throw InterruptedRuntimeException #575

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The JavaDoc for the method...

com.google.common.util.concurrent.Service.stopAndWait()

... claims to throw an InterruptedRuntimeException, but doesn't link to such an 
exception. Neither does the Guava project seem to declare it.

The exception should either be clearly declared (linked) or removed from the 
@throws section of the method JavaDoc. 

Original issue reported on code.google.com by morten.h...@gmail.com on 20 Mar 2011 at 3:44

GoogleCodeExporter commented 9 years ago
Thanks - we'll get this removed.

Original comment by kevinb@google.com on 20 Mar 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Fixed. Will be pushed in release 9.

Original comment by fry@google.com on 22 Mar 2011 at 10:15

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:14

GoogleCodeExporter commented 9 years ago

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