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