Resolves checkstyle errors for execute-around extension-objects (#1071)
* Reduces checkstyle errors in execute-around * Reduces checkstyle errors in extension-objects
This commit is contained in:
committed by
Ilkka Seppälä
parent
5ae2ce6e2e
commit
4dae1fae57
@@ -27,7 +27,7 @@ import abstractextensions.UnitExtension;
|
||||
import concreteextensions.Commander;
|
||||
|
||||
/**
|
||||
* Class defining CommanderUnit
|
||||
* Class defining CommanderUnit.
|
||||
*/
|
||||
public class CommanderUnit extends Unit {
|
||||
|
||||
|
@@ -27,7 +27,7 @@ import abstractextensions.UnitExtension;
|
||||
import concreteextensions.Sergeant;
|
||||
|
||||
/**
|
||||
* Class defining SergeantUnit
|
||||
* Class defining SergeantUnit.
|
||||
*/
|
||||
public class SergeantUnit extends Unit {
|
||||
|
||||
|
@@ -27,7 +27,7 @@ import abstractextensions.UnitExtension;
|
||||
import concreteextensions.Soldier;
|
||||
|
||||
/**
|
||||
* Class defining SoldierUnit
|
||||
* Class defining SoldierUnit.
|
||||
*/
|
||||
public class SoldierUnit extends Unit {
|
||||
|
||||
|
@@ -26,7 +26,7 @@ package units;
|
||||
import abstractextensions.UnitExtension;
|
||||
|
||||
/**
|
||||
* Class defining Unit, other units will extend this class
|
||||
* Class defining Unit, other units will extend this class.
|
||||
*/
|
||||
public class Unit {
|
||||
|
||||
|
Reference in New Issue
Block a user