]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.tests/src/org/simantics/modeling/tests/commands/ResourceWriteCommand.java
Added org.apache.commons.math3 to target platform
[simantics/platform.git] / bundles / org.simantics.modeling.tests / src / org / simantics / modeling / tests / commands / ResourceWriteCommand.java
index bc21a31c28bde97a3eb4c0c3321f77d9301854d8..4892eda69e2993ddf7180f3b4c506a857e415db7 100644 (file)
@@ -22,7 +22,7 @@ abstract public class ResourceWriteCommand<T extends CommandSequenceEnvironment>
        }
        
        public Resource runResource(final T environment) throws Exception {
-               return Simantics.getSession().sync(new WriteResultRequest() {
+               return Simantics.getSession().sync(new WriteResultRequest<Resource>() {
 
                        @Override
                        public Resource perform(WriteGraph graph) throws DatabaseException {