]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/src/org/simantics/modeling/typicals/TypicalInfo.java
Don't abort typical sync on blocked template to instance connections
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / typicals / TypicalInfo.java
index d7620d1336c95cc3fe99889f427e323040233cbd..e491a1b11529c780d33a141d869ae491426613dc 100644 (file)
@@ -1,6 +1,6 @@
 package org.simantics.modeling.typicals;
 
-import java.util.Collection;
+import java.util.List;
 
 import org.eclipse.core.runtime.IProgressMonitor;
 
@@ -8,6 +8,6 @@ public class TypicalInfo {
 
        public TypicalInfoBean bean;
        public IProgressMonitor monitor;
-       public Collection<String> messageLog;
+       public List<String> messageLog;
        
 }