git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@120132 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b22cd34e33
commit
cbbcea6c73
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue