From: <iro...@us...> - 2010-04-12 04:23:27
|
Revision: 201 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=201&view=rev Author: iroberts Date: 2010-04-12 04:23:21 +0000 (Mon, 12 Apr 2010) Log Message: ----------- Fix bad tag Modified Paths: -------------- trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/Pojomatic.java Modified: trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/Pojomatic.java =================================================================== --- trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/Pojomatic.java 2010-04-12 04:21:19 UTC (rev 200) +++ trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/Pojomatic.java 2010-04-12 04:23:21 UTC (rev 201) @@ -146,7 +146,7 @@ * @param other the instance to diff * @return the list of differences (possibly empty) between {@code instance} and {@code other} * among the properties examined by {@link #equals(Object, Object)} for type {@code T}. - * @throws NullPointerException if {@code pojo} or {@other} are null + * @throws NullPointerException if {@code pojo} or {@code other} are null * (this behavior may change in future releases). * @throws NoPojomaticPropertiesException if {@code pojo}'s class has no properties * annotated for use with Pojomatic, or if the types of {@code pojo} and {@code other} are not This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |