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:
David Caruana 2010-02-24 19:02:30 +00:00
parent a562b72670
commit d43e9fcb01

View File

@ -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);