mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 23:36:27 -04:00
made class static final
This commit is contained in:
parent
dfd823a74a
commit
ee2513d013
@ -113,13 +113,13 @@ public final class ShapeFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public class CreatorSimple implements Creator {
|
private static final class CreatorSimple implements Creator {
|
||||||
|
|
||||||
private final String name;
|
private final String name;
|
||||||
private final ElementTypeDescription description;
|
private final ElementTypeDescription description;
|
||||||
private final boolean invers;
|
private final boolean invers;
|
||||||
|
|
||||||
public CreatorSimple(String name, ElementTypeDescription description, boolean invers) {
|
private CreatorSimple(String name, ElementTypeDescription description, boolean invers) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.description = description;
|
this.description = description;
|
||||||
this.invers = invers;
|
this.invers = invers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user