Resolves checkstyle errors for facade factory-kit spatial-partition state step-builder (#1077)

* Reduces checkstyle errors in facade

* Reduces checkstyle errors in factory-kit

* Reduces checkstyle errors in spatial-partition

* Reduces checkstyle errors in state

* Reduces checkstyle errors in step-builder
This commit is contained in:
Anurag Agarwal
2019-11-12 01:51:12 +05:30
committed by Ilkka Seppälä
parent 2628cc0dfc
commit c954a436ad
29 changed files with 195 additions and 197 deletions
@@ -31,7 +31,8 @@ import java.util.List;
*/
public final class CharacterStepBuilder {
private CharacterStepBuilder() {}
private CharacterStepBuilder() {
}
public static NameStep newBuilder() {
return new CharacterSteps();