mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -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 ElementTypeDescription description;
|
||||
private final boolean invers;
|
||||
|
||||
public CreatorSimple(String name, ElementTypeDescription description, boolean invers) {
|
||||
private CreatorSimple(String name, ElementTypeDescription description, boolean invers) {
|
||||
this.name = name;
|
||||
this.description = description;
|
||||
this.invers = invers;
|
||||
|
Loading…
x
Reference in New Issue
Block a user