X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.structural2%2Fsrc%2Forg%2Fsimantics%2Fstructural2%2Fprocedural%2FComponent.java;h=a3e7bf49c2a95dc24fe8454fe508d2407785a6e3;hb=2d97029aeaaf5d6a965eae98c1646eef29ae2f8b;hp=3bf20fe7cf70badb1522acdf39faad41ca71397f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Component.java b/bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Component.java index 3bf20fe7c..a3e7bf49c 100644 --- a/bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Component.java +++ b/bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Component.java @@ -1,17 +1,17 @@ -package org.simantics.structural2.procedural; - -import java.util.List; - -import org.simantics.db.Resource; - -public class Component implements SubstructureElement { - public final String name; - public final Resource type; - public final List properties; - - public Component(String name, Resource type, List properties) { - this.name = name; - this.type = type; - this.properties = properties; - } -} +package org.simantics.structural2.procedural; + +import java.util.List; + +import org.simantics.db.Resource; + +public class Component implements SubstructureElement { + public final String name; + public final Resource type; + public final List properties; + + public Component(String name, Resource type, List properties) { + this.name = name; + this.type = type; + this.properties = properties; + } +}