Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emfcp-dev] Please clean up your rubbish

Hi,

please don't commit  SystemOuts to the code! Due to the history loss
after the move to git I couldn't identify the contaminator ;)

This is NOT nice (even wrapped in a command ;)):
	new ECPCommand(validate) {
						@Override
						protected void doRun() {
							System.out.println("im label Listener");
						}
					}.run(false);

Regards,
Otto


Back to the top