Formatted all files to the same standard
This commit is contained in:
@ -3,12 +3,14 @@ package com.iluwatar;
|
||||
/**
|
||||
*
|
||||
* Visitor interface.
|
||||
*
|
||||
*
|
||||
*/
|
||||
public interface UnitVisitor {
|
||||
|
||||
void visitSoldier(Soldier soldier);
|
||||
|
||||
void visitSergeant(Sergeant sergeant);
|
||||
|
||||
void visitCommander(Commander commander);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user