Add equals & hascode methods
[portal.git] / portal-BE / src / main / java / org / onap / portal / aop / service / FnUserServiceAOP.java
index 84f430e..b96575c 100644 (file)
@@ -82,6 +82,7 @@ public class FnUserServiceAOP {
               try {
                      user = fnUserMapper.fnUserToFnUser(fnUser);
               } catch (NullPointerException e) {
+                  LOGGER.error("NullPointerException occured", e);
                      throw new NullPointerException(e.getLocalizedMessage() + ", " + e.getMessage());
               }