Index: topia/src/java/org/codelutin/topia/generators/ObjectModelToApplicationContextGenerator.java diff -u topia/src/java/org/codelutin/topia/generators/ObjectModelToApplicationContextGenerator.java:1.11 topia/src/java/org/codelutin/topia/generators/ObjectModelToApplicationContextGenerator.java:1.12 --- topia/src/java/org/codelutin/topia/generators/ObjectModelToApplicationContextGenerator.java:1.11 Thu Dec 8 09:42:57 2005 +++ topia/src/java/org/codelutin/topia/generators/ObjectModelToApplicationContextGenerator.java Thu Dec 8 12:51:52 2005 @@ -23,9 +23,9 @@ * * @author Benjamin Poussin * Copyright Code Lutin - * @version $Revision: 1.11 $ + * @version $Revision: 1.12 $ * - * Mise a jour: $Date: 2005/12/08 09:42:57 $ + * Mise a jour: $Date: 2005/12/08 12:51:52 $ * par : $Author: thimel $ */ @@ -173,7 +173,7 @@ /*{ /** * Vérifie l'existence de toutes les operations du context généré. - * Voir {@link org.codelutin.topia.TopiaContext#checkOperationExistence(Class[])} + * @see {@link org.codelutin.topia.TopiaContext#checkOperationExistence(Class[])} *) public boolean checkAllOperationExistence() { return checkOperationExistence( @@ -193,7 +193,7 @@ /*{ /** * Exporte toutes les classes du contexte généré en XML. - * Voir {@link org.codelutin.topia.TopiaContext#exportToXML(Writer, Class[])} + * @see {@link org.codelutin.topia.TopiaContext#exportToXML(Writer, Class[])} *) public void exportToXMLAll(Writer out) throws TopiaException { exportToXML(out,