]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-2152: Adding comment to line of code with unnecessary "AND ecm:isProxy = 0...
authorRichard Millet <richard.millet@berkeley.edu>
Wed, 16 Jun 2010 04:45:17 +0000 (04:45 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Wed, 16 Jun 2010 04:45:17 +0000 (04:45 +0000)
services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java

index 9a1d08afb33f911c29d8ee26691d206bc5304e76..c6a488486fad2bca5030ca770d7f4c788f862e97 100644 (file)
@@ -960,7 +960,7 @@ public class PersonAuthorityResource extends
                 ContactJAXBSchema.CONTACTS_COMMON + ":" +
                 ContactJAXBSchema.IN_ITEM +
                 "='" + itemcsid + "'" +
-                " AND ecm:isProxy = 0");
+                " AND ecm:isProxy = 0"); //FIXME: REM - This clause is unnecessary because the getFiltered() method adds it
             getRepositoryClient(ctx).getFiltered(ctx, handler);
             contactObjectList = (ContactsCommonList) handler.getCommonPartList();
         } catch (UnauthorizedException ue) {