r1722 - branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence
Author: echatellier Date: 2009-12-18 11:32:39 +0100 (Fri, 18 Dec 2009) New Revision: 1722 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-17 01:10:02 UTC (rev 1721) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2009-12-18 10:32:39 UTC (rev 1722) @@ -20,7 +20,6 @@ package org.nuiton.topia.persistence; /** - * * The contract of a visitor of any {@link TopiaEntity}. * * Created: 28 janv. 2009 18:10:34 @@ -55,7 +54,7 @@ * @param e the visited entity * @param name the name of the visited property * @param type the type of the visited property - * @param value the value of the visitied property + * @param value the value of the visited property */ void visit(TopiaEntity e, String name, Class<?> type, Object value); @@ -68,7 +67,7 @@ * @param name the name of the visited property * @param collectionType the type of the visited collection * @param type the type of the visited property - * @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, Object value); Property changes on: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL
participants (1)
-
echatellier@users.nuiton.org