Removed AvoidStarImport Rule
Added JavaDocType Rule
This commit is contained in:
@@ -22,12 +22,15 @@
|
||||
*/
|
||||
package com.iluwatar.objectmother;
|
||||
|
||||
/**
|
||||
* Interface contracting Royalty Behaviour
|
||||
*/
|
||||
public interface Royalty {
|
||||
void makeDrunk();
|
||||
|
||||
|
||||
void makeSober();
|
||||
|
||||
|
||||
void makeHappy();
|
||||
|
||||
|
||||
void makeUnhappy();
|
||||
}
|
||||
|
Reference in New Issue
Block a user