From 66e79a41f38f5694f953816f1a85a02cee71eb16 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 23 May 2023 01:37:31 +0200 Subject: ALException: Suppress serial warning --- src/java/com/jogamp/openal/ALException.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/jogamp/openal/ALException.java b/src/java/com/jogamp/openal/ALException.java index 228faac..e57ff4b 100755 --- a/src/java/com/jogamp/openal/ALException.java +++ b/src/java/com/jogamp/openal/ALException.java @@ -36,6 +36,7 @@ package com.jogamp.openal; /** A generic exception for OpenAL errors used throughout the binding as a substitute for {@link RuntimeException}. */ +@SuppressWarnings("serial") public class ALException extends RuntimeException { /** Constructs an ALException object. */ public ALException() { -- cgit v1.2.3