X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fadapters%2FChangeInformationProperty.java;h=4f1b9121274818b3ed4886edd6a2617a6766b6a8;hb=ad0e5bf4b34705988e23c9ee3f8e4fcbb760c701;hp=912d11e6c81148d27865adf1878d2e5e1e4f5655;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling/src/org/simantics/modeling/adapters/ChangeInformationProperty.java b/bundles/org.simantics.modeling/src/org/simantics/modeling/adapters/ChangeInformationProperty.java index 912d11e6c..4f1b91212 100644 --- a/bundles/org.simantics.modeling/src/org/simantics/modeling/adapters/ChangeInformationProperty.java +++ b/bundles/org.simantics.modeling/src/org/simantics/modeling/adapters/ChangeInformationProperty.java @@ -1,23 +1,23 @@ -package org.simantics.modeling.adapters; - -import org.simantics.db.Resource; - -public class ChangeInformationProperty { - - public static enum ChangeInformationPropertyType { - CREATEDBY("Author"),CREATEDAT("Created At"),MODIFIEDBY("Last Modified By"),MODIFIEDAT("Last Modified At"); - final public String label; - ChangeInformationPropertyType(String label) { - this.label = label; - } - } - - public final Resource resource; - public final ChangeInformationPropertyType type; - - public ChangeInformationProperty(ChangeInformationPropertyType type, Resource resource) { - this.type = type; - this.resource = resource; - } - -} +package org.simantics.modeling.adapters; + +import org.simantics.db.Resource; + +public class ChangeInformationProperty { + + public static enum ChangeInformationPropertyType { + CREATEDBY("Author"),CREATEDAT("Created At"),MODIFIEDBY("Last Modified By"),MODIFIEDAT("Last Modified At"); + final public String label; + ChangeInformationPropertyType(String label) { + this.label = label; + } + } + + public final Resource resource; + public final ChangeInformationPropertyType type; + + public ChangeInformationProperty(ChangeInformationPropertyType type, Resource resource) { + this.type = type; + this.resource = resource; + } + +}