mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 22:59:43 +00:00
Removed AvoidStarImport Rule
Added JavaDocType Rule
This commit is contained in:
@@ -63,6 +63,9 @@ public interface Message {
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Enumeration of Type of Headers
|
||||
*/
|
||||
public enum Headers {
|
||||
DATE, SENDER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user