throw new UnsupportedOperationException("Unfinished method.");
// Trace message
- //this.getLogger().logTrace("EXIT!"); //NOI18N
+ //* NOISY-DEBUG: */ System.out.println("EXIT!"); //NOI18N
}
@Override
throw new UnsupportedOperationException("Unfinished method.");
// Trace message
- //this.getLogger().logTrace("EXIT!"); //NOI18N
+ //* NOISY-DEBUG: */ System.out.println("EXIT!"); //NOI18N
}
@Override
throw new UnsupportedOperationException("not finished yet.");
// Trace message
- //this.getLogger().logTrace(MessageFormat.format("isUsed={0} - EXIT!", isUsed)); //NOI18N
+ //* NOISY-DEBUG: */ System.out.println(MessageFormat.format("isUsed={0} - EXIT!", isUsed)); //NOI18N
// Return it
//return isUsed;
}