]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/SheetCommands.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet / src / org / simantics / spreadsheet / SheetCommands.java
1 package org.simantics.spreadsheet;
2
3 public interface SheetCommands {
4
5     void saveState();
6 }