Hibernate db fix
[portal.git] / portal-BE / src / main / java / org / onap / portal / service / fn / FnLuTimezoneService.java
index ea3dd38..ebb5d33 100644 (file)
@@ -57,7 +57,7 @@ public class FnLuTimezoneService {
               this.fnLuTimezoneDao = fnLuTimezoneDao;
        }
 
-       public Optional<FnLuTimezone> getById(Integer id){
+       public Optional<FnLuTimezone> getById(Long id){
               return fnLuTimezoneDao.findById(id);
        }
 }