ER-065
Make the return type "void" for the 'ejbPostCreate ()' method
Severity
1
Enabled
yes
Waivable
Violation
public Integer ejbPostCreate() { return null; }
Fix
public void ejbPostCreate() { }
Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.