Improved error printouts
[portal/nonrtric-controlpanel.git] / webapp-backend / src / main / java / org / oransc / portal / nonrtric / controlpanel / controller / SimpleErrorController.java
index da2a900..156acf4 100644 (file)
@@ -60,7 +60,7 @@ public class SimpleErrorController implements ErrorController {
 
     private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
 
-    @SuppressWarnings("squid:S1075") //URIs should not be hardcoded
+    @SuppressWarnings("squid:S1075") // URIs should not be hardcoded
     public static final String ERROR_PATH = "/error";
 
     private final ErrorAttributes errorAttributes;