Skip to content

Commit c18f1a2

Browse files
committed
Work on RxJava API docs.
1 parent 362b662 commit c18f1a2

File tree

2 files changed

+171
-160
lines changed

2 files changed

+171
-160
lines changed

ratpack-core/src/main/java/ratpack/exec/UnmanagedThreadException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package ratpack.exec;
1818

1919
/**
20-
* Can be thrown when something is attempted on a non Ratpack managed thread where a managed thread is required.
20+
* Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution.
2121
*/
2222
public class UnmanagedThreadException extends ExecutionException {
2323

0 commit comments

Comments
 (0)