From: <iro...@us...> - 2010-04-12 04:21:25
|
Revision: 200 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=200&view=rev Author: iroberts Date: 2010-04-12 04:21:19 +0000 (Mon, 12 Apr 2010) Log Message: ----------- Get rid of obsolete @see references Modified Paths: -------------- trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/diff/Difference.java Modified: trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/diff/Difference.java =================================================================== --- trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/diff/Difference.java 2010-04-04 04:55:19 UTC (rev 199) +++ trunk/PojomaticAll/Pojomatic/src/main/java/org/pojomatic/diff/Difference.java 2010-04-12 04:21:19 UTC (rev 200) @@ -19,7 +19,6 @@ * * @return the value from the left instance (possibly {@code null}) * @throws NoSuchElementException if the value does not exist on the left instance - * @see #existsOnLeft() */ Object leftValue() throws NoSuchElementException; @@ -28,7 +27,6 @@ * * @return the value from the right instance (possibly {@code null}) * @throws NoSuchElementException if the value does not exist on the right instance - * @see #existsOnRight() */ Object rightValue() throws NoSuchElementException; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |