Author: echatellier Date: 2014-04-10 16:19:27 +0200 (Thu, 10 Apr 2014) New Revision: 314 Url: http://forge.codelutin.com/projects/isis-fish-data/repository/revisions/314 Log: Fix javadoc Modified: branches/4.2.2/scripts/RuleUtil.java branches/4.2.2/scripts/SiMatrix.java Modified: branches/4.2.2/scripts/RuleUtil.java =================================================================== --- branches/4.2.2/scripts/RuleUtil.java 2013-12-01 22:05:23 UTC (rev 313) +++ branches/4.2.2/scripts/RuleUtil.java 2014-04-10 14:19:27 UTC (rev 314) @@ -52,7 +52,7 @@ /** * @param context le context de simulation * @param species l'espece sur lequel on souhaite le total - * @param date la date pour laquel on veut le calcul, cet argument est + * @param step le pas de temps pour lequel on veut le calcul, cet argument est * passe seulement pour que le cache ne retourne pas toujours la meme valeur * @return total catch in tons */ Modified: branches/4.2.2/scripts/SiMatrix.java =================================================================== --- branches/4.2.2/scripts/SiMatrix.java 2013-12-01 22:05:23 UTC (rev 313) +++ branches/4.2.2/scripts/SiMatrix.java 2014-04-10 14:19:27 UTC (rev 314) @@ -101,13 +101,9 @@ } /** - * * @param context - * Simulation context - * @param db - * TopiaContext with transaction opened. You must used this - * TopiaContext and not used - * SimulationContext.getSimulationStorage().getStorage() + * Simulation context transaction opened. You must used this + * TopiaContext and not used SimulationContext.getSimulationStorage().getStorage() * @throws TopiaException */ public SiMatrix(SimulationContext context) throws TopiaException { @@ -1080,8 +1076,8 @@ /** * - * @param setOfVessels - * @param zone + * @param sov + * @param zoneMetier * @return */ protected double travelTimePerTrip(SetOfVessels sov,