do not explicit serialVersionUID anymore
[transportpce.git] / lighty / src / main / java / io / lighty / controllers / tpce / exception / TechnicalException.java
index 4fa2f93e849bdbf0b9d98ab49f9a704e3e42f17e..44aa827ecb468d45c0fc7392521b2e00101d79e8 100644 (file)
@@ -7,13 +7,11 @@
  */
 package io.lighty.controllers.tpce.exception;
 
+@edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
+    value = "SE_NO_SERIALVERSIONID",
+    justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
 public class TechnicalException extends RuntimeException {
 
-    /**
-     * serial id.
-     */
-    private static final long serialVersionUID = 1359762809539335449L;
-
     /**
      * Default constructor.
      */