Author: tchemit Date: 2008-02-26 22:03:29 +0000 (Tue, 26 Feb 2008) New Revision: 27 Modified: trunk/exports/VesselMargin.java Log: #1605 : add import and annotation Doc on class Modified: trunk/exports/VesselMargin.java =================================================================== --- trunk/exports/VesselMargin.java 2008-02-26 22:03:07 UTC (rev 26) +++ trunk/exports/VesselMargin.java 2008-02-26 22:03:29 UTC (rev 27) @@ -17,6 +17,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) + /** * VesselMargin.java * @@ -28,6 +30,7 @@ * Last update: $Date: 2007-05-24 09:30:07 $ * by : $Author: bpoussin $ */ + @Doc(value="do the doc of class VesselMargin") public class VesselMargin implements Export { /** to use log facility, just put in your code: log.info("..."); */