Build fix (JVM generics related)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23996 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2010-11-26 11:45:07 +00:00
parent a3d776dc4d
commit ef16e9daf7

View File

@@ -136,8 +136,7 @@ public abstract class BaseCMISTest extends BaseWebScriptTest
try try
{ {
String xml = res.getContentAsString(); String xml = res.getContentAsString();
T entry = parse(new StringReader(xml)); return parse(new StringReader(xml));
return entry;
} }
catch (ParseException e) catch (ParseException e)
{ {