Removed AvoidStarImport Rule
Added JavaDocType Rule
This commit is contained in:
@ -30,6 +30,9 @@ import java.util.Map;
|
||||
*/
|
||||
public class Character implements Prototype {
|
||||
|
||||
/**
|
||||
* Enumeration of Character types
|
||||
*/
|
||||
public enum Type {
|
||||
WARRIOR, MAGE, ROGUE
|
||||
}
|
||||
|
Reference in New Issue
Block a user