]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ObjectSizes.java
Fail safe import fixes made by Antti
[simantics/platform.git] / bundles / org.simantics.db.procore / src / org / simantics / db / procore / cluster / ObjectSizes.java
1 package org.simantics.db.procore.cluster;
2
3 public class ObjectSizes {
4
5         public static final int POINTER_SIZE = 4;
6         public static final int ResourceUIDSize = 24;
7         
8 }