X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FSheetManipulator.java;fp=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FSheetManipulator.java;h=014f93997300b653403842a81b1cf972d5cdaed3;hp=149bb2117be59f1f80767b6e9460bfc5a836ead2;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java index 149bb2117..014f93997 100644 --- a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java +++ b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java @@ -1,9 +1,9 @@ -package org.simantics.spreadsheet.common.cell; - -import org.simantics.db.layer0.variable.VariableSpaceManipulator.Modification; - -public interface SheetManipulator { - - void post(Modification modification); - -} +package org.simantics.spreadsheet.common.cell; + +import org.simantics.db.layer0.variable.VariableSpaceManipulator.Modification; + +public interface SheetManipulator { + + void post(Modification modification); + +}