mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge from SEAMIST3
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10733 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -45,7 +45,7 @@ public interface CMISResultSet extends Iterable<CMISResultSetRow>
|
||||
* set when executing the query.
|
||||
* @return
|
||||
*/
|
||||
public int start();
|
||||
public int getStart();
|
||||
|
||||
/**
|
||||
* Get the number of rows in this result set.
|
||||
@@ -58,7 +58,7 @@ public interface CMISResultSet extends Iterable<CMISResultSetRow>
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public int length();
|
||||
public int getLength();
|
||||
|
||||
/**
|
||||
* Close the result set and release any resources held/
|
||||
|
Reference in New Issue
Block a user