X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fvariable%2FStandardGraphPropertyFactory.java;h=64bed7890aba5a5cbe39ff2b06a0172a3effa876;hb=15af8a20abe8b2ba24b52c9da8bce6c92351dc43;hp=06700c14959084c1cc3a2126b7a9a64c2422e771;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/StandardGraphPropertyFactory.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/StandardGraphPropertyFactory.java index 06700c149..64bed7890 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/StandardGraphPropertyFactory.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/StandardGraphPropertyFactory.java @@ -1,16 +1,16 @@ -package org.simantics.db.layer0.variable; - -import org.simantics.db.ReadGraph; -import org.simantics.db.Resource; -import org.simantics.db.exception.DatabaseException; - -public class StandardGraphPropertyFactory implements GraphPropertyFactory { - - public static final StandardGraphPropertyFactory INSTANCE = new StandardGraphPropertyFactory(); - - @Override - public Variable create(ReadGraph graph, Variable parent, Resource property) throws DatabaseException { - return new StandardGraphPropertyVariable(graph, parent, property); - } - -} +package org.simantics.db.layer0.variable; + +import org.simantics.db.ReadGraph; +import org.simantics.db.Resource; +import org.simantics.db.exception.DatabaseException; + +public class StandardGraphPropertyFactory implements GraphPropertyFactory { + + public static final StandardGraphPropertyFactory INSTANCE = new StandardGraphPropertyFactory(); + + @Override + public Variable create(ReadGraph graph, Variable parent, Resource property) throws DatabaseException { + return new StandardGraphPropertyVariable(graph, parent, property); + } + +}