]> git.mxchange.org Git - jcoreee.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 20:49:09 +0000 (21:49 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 20:49:09 +0000 (21:49 +0100)
- this isn't a utility class, the Java compiler doesn't know that this event has
  no data object attached to it

src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java

index fb8f82d52bb2535a963129b7ff7b3cefe489725c..7670947e838475c6887e0369f52c11a345f90856 100644 (file)
@@ -31,6 +31,7 @@ public class HelperCleanupEvent implements ObservableHelperCleanupEvent {
        /**
         * Default constructor
         */
+       @SuppressWarnings ("UtilityClassWithPublicConstructor")
        public HelperCleanupEvent () {
        }