Author: bpoussin Date: 2014-04-03 18:26:03 +0200 (Thu, 03 Apr 2014) New Revision: 3926 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3926 Log: replace tab with space Modified: branches/4.0.1/src/main/resources/templates/script/simulationplan.ftl Modified: branches/4.0.1/src/main/resources/templates/script/simulationplan.ftl =================================================================== --- branches/4.0.1/src/main/resources/templates/script/simulationplan.ftl 2014-04-03 16:24:55 UTC (rev 3925) +++ branches/4.0.1/src/main/resources/templates/script/simulationplan.ftl 2014-04-03 16:26:03 UTC (rev 3926) @@ -81,10 +81,10 @@ private static Log log = LogFactory.getLog(${name}.class); protected String[] necessaryResult = { - // put here all necessary result for this rule - // example: - // ResultName.MATRIX_BIOMASS, - // ResultName.MATRIX_NET_VALUE_OF_LANDINGS_PER_STRATEGY_MET, + // put here all necessary result for this rule + // example: + // ResultName.MATRIX_BIOMASS, + // ResultName.MATRIX_NET_VALUE_OF_LANDINGS_PER_STRATEGY_MET, }; @Override