From 1c4e2d3ea379fe6578dfb84e10f22729b71b1ae5 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 15 Sep 2015 05:12:14 +0200 Subject: Bug 1213: Refine changes .. comments and API - Use InterruptSource.Thread.create(..), while reducing InterruptSource.Thread ctors to 3 variants. - Use InterruptSource.Thread instead of java.lang.Thread where possible - Use SourcedInterruptedException where possible - SingletonInstanceServerSocket: start(), stop() and run() - Persistent-Wait and Cancelable - Add @since 2.3.2 --- src/java/com/jogamp/common/util/SourcedInterruptedException.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/java/com/jogamp/common/util/SourcedInterruptedException.java') diff --git a/src/java/com/jogamp/common/util/SourcedInterruptedException.java b/src/java/com/jogamp/common/util/SourcedInterruptedException.java index 7646652..49dcd86 100644 --- a/src/java/com/jogamp/common/util/SourcedInterruptedException.java +++ b/src/java/com/jogamp/common/util/SourcedInterruptedException.java @@ -39,6 +39,7 @@ import com.jogamp.common.ExceptionUtils.CustomStackTrace; * This exception may be created directly where {@link #getCause()} returns {@code null}, * or by propagating an existing {@link InterruptedException} as returned by {@link #getCause()}. *

+ * @since 2.3.2 */ @SuppressWarnings("serial") public class SourcedInterruptedException extends InterruptedException implements CustomStackTrace { -- cgit v1.2.3