Declare SuppressFBWarnings in imports
[transportpce.git] / lighty / src / main / java / io / lighty / controllers / tpce / exception / TechnicalException.java
index 44aa827ecb468d45c0fc7392521b2e00101d79e8..29391fdf2d658126a263c6f97f81a09804e286b2 100644 (file)
@@ -7,7 +7,9 @@
  */
 package io.lighty.controllers.tpce.exception;
 
-@edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
+import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
+
+@SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
 public class TechnicalException extends RuntimeException {