Removed AvoidStarImport Rule
Added JavaDocType Rule
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
*/
|
||||
package com.iluwatar.monad;
|
||||
|
||||
/**
|
||||
* Enumeration of Types of Sex
|
||||
*/
|
||||
public enum Sex {
|
||||
MALE, FEMALE
|
||||
}
|
||||
|
@@ -22,6 +22,9 @@
|
||||
*/
|
||||
package com.iluwatar.monad;
|
||||
|
||||
/**
|
||||
* User Definition
|
||||
*/
|
||||
public class User {
|
||||
|
||||
private String name;
|
||||
|
Reference in New Issue
Block a user