Merged HEAD-BUG-FIX (Cloud33/4.3) to HEAD (Cloud33/4.3)

62925: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3)
      62531: ACE-482: ChildAssocRefResultSet.hasMore() returns false, previously threw UnsupportedOperationException.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62979 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-20 14:41:11 +00:00
parent 8bb9d2507d
commit 0fddaf3141

View File

@@ -130,7 +130,7 @@ public class ChildAssocRefResultSet extends AbstractResultSet
public boolean hasMore()
{
throw new UnsupportedOperationException();
return false;
}
/* (non-Javadoc)