- auto-reformatted many files
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
/**
* Shows the user the "add contact" form with some special text
- *
+ *
* @return Contact instance
*/
public Contact doEnterOwnData ();
/**
* Initializes frame
*
- * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If this method has been called twice
+ * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If
+ * this method has been called twice
*/
public void init () throws FrameAlreadyInitializedException;
import org.mxchange.jcore.BaseFrameworkSystem;
/**
+ * A general model class
*
* @author Roland Haeder
*/
this.getLogger().trace(MessageFormat.format("manager={1} - CALLED!", manager)); //NOI18N
// Manager must not be null
- if (null == manager) {
+ if (null == manager) {
// Abort here
throw new NullPointerException("manager is null"); //NOI18N
}