ER-065 Make the return type "void" for the 'ejbPostCreate ()' method

Severity1
Enabledyes
Waivable
Violation
public Integer ejbPostCreate() {
	return null;
}
Fix
public void ejbPostCreate() {
}


Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.