Fixed sonar issue of EPFusionBaseController.java
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / controller / EPFusionBaseController.java
index 611d966..49247d1 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP Portal
  * ===================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright © 2018 IBM.
  * ===================================================================
  *
  * Unless otherwise specified, all software contained herein is licensed
@@ -67,6 +69,7 @@ public abstract class EPFusionBaseController extends FusionBaseController {
                return true;
        }
 
+       @Override
        public boolean isRESTfulCall() {
                return true;
        }