This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See http://git.codelutin.com/coser.git commit dd6b8e622e59b7da4db7de6e107a56335c8f014a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Dec 21 18:01:28 2014 +0100 remove commented code --- .../ifremer/coser/web/actions/pop/GraphDataAction.java | 17 ----------------- .../coser/web/actions/pop/GraphDownloadAction.java | 18 ------------------ 2 files changed, 35 deletions(-) diff --git a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDataAction.java b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDataAction.java index 009beaa..e2ce5ec 100644 --- a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDataAction.java +++ b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDataAction.java @@ -107,21 +107,4 @@ public class GraphDataAction extends AbstractCoserJspAction { return input; } -// public InputStream getInputStream() { -// WebService webService = ServiceFactory.getWebService(); -// -// Locale locale = getLocale(); -// -// InputStream input = null; -// try { -// File mapImage = webService.getChart(zone, species, indicator, null, locale); -// input = new FileInputStream(mapImage); -// } catch (CoserBusinessException ex) { -// throw new CoserWebException("Can't get map file", ex); -// } catch (FileNotFoundException ex) { -// throw new CoserWebException("Can't get map file", ex); -// } -// -// return input; -// } } diff --git a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDownloadAction.java b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDownloadAction.java index dad956c..7085e50 100644 --- a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDownloadAction.java +++ b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/GraphDownloadAction.java @@ -109,22 +109,4 @@ public class GraphDownloadAction extends AbstractCoserJspAction { return input; } -// public InputStream getInputStream() { -// WebService webService = ServiceFactory.getWebService(); -// -// Locale locale = getLocale(); -// -// InputStream input = null; -// try { -// File mapImage = webService.getChartData(zone, species, indicator, null, locale); -// input = new FileInputStream(mapImage); -// } catch (Exception ex) { -// if (log.isErrorEnabled()) { -// log.error("Can't get file data", ex); -// } -// throw new CoserWebException("Can't get map file", ex); -// } -// -// return input; -// } } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.