Author: tchemit Date: 2008-02-26 22:11:27 +0000 (Tue, 26 Feb 2008) New Revision: 38 Modified: trunk/analyseplans/Max.java Log: #1605 : add import and annotation Doc on params Modified: trunk/analyseplans/Max.java =================================================================== --- trunk/analyseplans/Max.java 2008-02-26 22:11:08 UTC (rev 37) +++ trunk/analyseplans/Max.java 2008-02-26 22:11:27 UTC (rev 38) @@ -20,6 +20,8 @@ import fr.ifremer.isisfish.datastore.SimulationStorage; import fr.ifremer.isisfish.datastore.ResultStorage; +import fr.ifremer.isisfish.util.Doc; // pour pouvoir afficher une aide contextuelle (BUG#1605) + /** * Max.java * @@ -36,7 +38,8 @@ /** to use log facility, just put in your code: log.info("..."); */ static private Log log = LogFactory.getLog(Max.class); - public int param_max = 10; + @Doc(value="do the doc of param max") + public int param_max = 10; public String [] necessaryResult = {