Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 RC3
-
Fix Version/s: 1.1 M1
-
Component/s: {Unused} Core
-
Labels:None
-
Similar issues:
Description
protected static Log log = LogFactory.getFactory().getInstance(PasswordClass.class);
should be
protected static final Log LOG = LogFactory.getLog(PasswordClass.class);