Author: tchemit Date: 2009-12-13 21:55:27 +0100 (Sun, 13 Dec 2009) New Revision: 1696 Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java Log: fix javadoc Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java 2009-12-13 20:54:40 UTC (rev 1695) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java 2009-12-13 20:55:27 UTC (rev 1696) @@ -316,7 +316,7 @@ * These operations are abstract and identified by <<dao>> stereotype in the model. * The developper must defined these methods in the DAOImpl associated to this DAOAbstract. * @param output - * @param clazz ObjectModelClass with operations (corresponding to the Entity) + * @param operations operations to generate */ private void generateDAOOperations(Writer output, Collection<ObjectModelOperation> operations) throws IOException { for (ObjectModelOperation op : operations) {