Add the "@Override" annotation above this method signature - EPFusionBaseController.java
Issue-ID: PORTAL-492
Change-Id: I19a3dae680f279d8ea43ed77546b81428449f15c
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
  * 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
                return model;
        }
 
+       @Override
        public Map<String, Object> setMenu(Set<MenuData> menuResult) throws Exception {
                ObjectMapper mapper = new ObjectMapper();
                List<List<MenuData>> childItemList = new ArrayList<List<MenuData>>();