X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.impl%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fimpl%2FTableFactory.java;h=c7af005bff51279f2d5a3be2e58375c5ef145367;hp=f7c161af4611ff714e341647726002f5b0a0f49d;hb=HEAD;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/TableFactory.java b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/TableFactory.java index f7c161af4..c7af005bf 100644 --- a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/TableFactory.java +++ b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/TableFactory.java @@ -1,16 +1,16 @@ -package org.simantics.db.impl; - -public class TableFactory { - private static TableFactoryI sByteFactory = new ByteFactory(); - public static TableFactoryI getByteFactory() { - return sByteFactory; - } - private static TableFactoryI sIntFactory = new IntFactory(); - public static TableFactoryI getIntFactory() { - return sIntFactory; - } - private static TableFactoryI sLongFactory = new LongFactory(); - public static TableFactoryI getLongFactory() { - return sLongFactory; - } -} +package org.simantics.db.impl; + +public class TableFactory { + private static TableFactoryI sByteFactory = new ByteFactory(); + public static TableFactoryI getByteFactory() { + return sByteFactory; + } + private static TableFactoryI sIntFactory = new IntFactory(); + public static TableFactoryI getIntFactory() { + return sIntFactory; + } + private static TableFactoryI sLongFactory = new LongFactory(); + public static TableFactoryI getLongFactory() { + return sLongFactory; + } +}