X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FSheetManipulator.java;h=014f93997300b653403842a81b1cf972d5cdaed3;hb=refs%2Fchanges%2F09%2F809%2F1;hp=149bb2117be59f1f80767b6e9460bfc5a836ead2;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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); + +}