]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellParseException.java
Adopt spreadsheet changes made in Balas development
[simantics/platform.git] / bundles / org.simantics.spreadsheet / src / org / simantics / spreadsheet / CellParseException.java
similarity index 93%
rename from bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/exception/CellParseException.java
rename to bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellParseException.java
index 055c002acda00b05a020bfbe52ef640aa174b56c..d5025bed5832e9da2c042e9dd370c229146a7604 100644 (file)
@@ -9,7 +9,7 @@
  * Contributors:
  *     VTT Technical Research Centre of Finland - initial API and implementation
  *******************************************************************************/
-package org.simantics.spreadsheet.common.exception;
+package org.simantics.spreadsheet;
 
 public class CellParseException extends RuntimeException {
 
@@ -18,5 +18,5 @@ public class CellParseException extends RuntimeException {
     public CellParseException(String message) {
         super(message);
     }
-    
+
 }