From cbbcea6c733700357dcae22bfcdcf71c79f90a7c Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Fri, 30 Oct 2015 11:45:51 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@120132 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../org/gcube/dataanalysis/geo/algorithms/CSquaresCreator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/dataanalysis/geo/algorithms/CSquaresCreator.java b/src/main/java/org/gcube/dataanalysis/geo/algorithms/CSquaresCreator.java index e8eb923..d3057c8 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/algorithms/CSquaresCreator.java +++ b/src/main/java/org/gcube/dataanalysis/geo/algorithms/CSquaresCreator.java @@ -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");