}
@Override
- public Contact addContact (Contact contact) throws ContactAlreadyAddedException {
+ public Contact addContact (final Contact contact) throws ContactAlreadyAddedException {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
// Trace message
this.getLoggerBeanLocal().logTrace(MessageFormat.format("isContactFound: foundContact={0} - EXIT!", foundContact)); //NOI18N
- // Return status
+ // Return found contact
return foundContact;
}