X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fprocedures%2FCompactify.java;h=4c6babcb5bc8447fd63dad56f6f3fb286cd537f6;hp=7b647806d87947ee25ee01a01152a90da44d18f2;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/Compactify.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/Compactify.java index 7b647806d..4c6babcb5 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/Compactify.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/Compactify.java @@ -1,9 +1,9 @@ package org.simantics.graph.compiler.internal.procedures; -import gnu.trove.map.hash.TIntIntHashMap; - import org.simantics.graph.store.GraphStore; +import gnu.trove.map.hash.TIntIntHashMap; + public class Compactify implements Runnable { GraphStore store;