Author: aadamchik
Date: Thu Feb 11 08:41:40 2010
New Revision: 908872

URL: http://svn.apache.org/viewvc?rev=908872&view=rev
Log:
CAY-1378 Error unsetting to-many DataObject property

removing incorrect @Override

Modified:
    
cayenne/main/branches/STABLE-3.0/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjRelationship.java

Modified: 
cayenne/main/branches/STABLE-3.0/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjRelationship.java
URL: 
http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjRelationship.java?rev=908872&r1=908871&r2=908872&view=diff
==============================================================================
--- 
cayenne/main/branches/STABLE-3.0/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjRelationship.java
 (original)
+++ 
cayenne/main/branches/STABLE-3.0/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjRelationship.java
 Thu Feb 11 08:41:40 2010
@@ -163,7 +163,6 @@
      * Returns a "complimentary" ObjRelationship going in the opposite 
direction. Returns
      * null if no such relationship is found.
      */
-    @Override
     public ObjRelationship getReverseRelationship() {
 
         // reverse the list


Reply via email to