Correct spelling mistake in name of component
[portal/nonrtric-controlpanel.git] / webapp-backend / src / main / java / org / oransc / portal / nonrtric / controlpanel / model / ErrorTransport.java
index efe2884..9646b1d 100644 (file)
@@ -27,7 +27,7 @@ import java.time.Instant;
  * This mimics the model Spring-Boot uses for a message returned on failure, to
  * be serialized as JSON.
  */
-public class ErrorTransport implements IControlpanelResponse {
+public class ErrorTransport implements IControlPanelResponse {
 
     private Instant timestamp;
     private Integer status;