]
James Perkins reassigned LOGTOOL-117:
-------------------------------------
Assignee: James Perkins
Unused import in generated log class
------------------------------------
Key: LOGTOOL-117
URL:
https://issues.jboss.org/browse/LOGTOOL-117
Project: Log Tool
Issue Type: Bug
Affects Versions: 2.0.1.Final
Reporter: David Lloyd
Assignee: James Perkins
Priority: Minor
Fix For: 2.0.2.Final, 2.1.0.Alpha1
The class "org.jboss.logging.Logger.Level" is being imported without being
used; all references to constants in this class are fully qualified. Either use the
import (now that imports are safe, theoretically), or delete it and stick with qualified
names.