mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
Fix build compilation error - 1.5 barfing at incorrectly placed annotation.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18827 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
a562b72670
commit
d43e9fcb01
@ -1238,8 +1238,7 @@ public class QueryTest extends BaseCMISTest
|
||||
options.setDefaultFTSFieldConnective(Connective.OR);
|
||||
CMISResultSet rs = cmisQueryService.query(options);
|
||||
assertEquals(file_count, rs.length());
|
||||
for (@SuppressWarnings("unused")
|
||||
CMISResultSetRow row : rs)
|
||||
for (CMISResultSetRow row : rs)
|
||||
{
|
||||
// Serializable sValue = row.getValue("cmis:versionLabel");
|
||||
// String value = DefaultTypeConverter.INSTANCE.convert(String.class, sValue);
|
||||
|
Loading…
x
Reference in New Issue
Block a user