Gianpaolo Coro 2015-10-30 11:45:51 +00:00
parent b22cd34e33
commit cbbcea6c73
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class CSquaresCreator extends StandardLocalExternalAlgorithm {
status = 10;
if (x == null || x.trim().length() == 0 || y == null || y.trim().length() == 0)
throw new Exception("Error please provide information for the input layers");
throw new Exception("Error please provide information for the input table");
try{
addCodeColumToTable(table);
AnalysisLogger.getLogger().debug("CSquareCreator: finished");