Author: echatellier Date: 2009-12-18 11:34:12 +0100 (Fri, 18 Dec 2009) New Revision: 1725 Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java Log: Fix javadoc. Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2009-12-18 10:33:33 UTC (rev 1724) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2009-12-18 10:34:12 UTC (rev 1725) @@ -81,7 +81,7 @@ * @param collectionType the type of the container of the visited property * @param type the type of the visited property * @param index the index of the visited property in his container - * @param value the value of the visitied property + * @param value the value of the visited property */ void visit(TopiaEntity e, String name, Class<?> collectionType, Class<?> type, int index, Object value);