Author: elvisisking
Date: 2010-09-27 09:13:07 -0400 (Mon, 27 Sep 2010)
New Revision: 25227
Modified:
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java
Log:
JBDS-1337 compilation errors in modeshape in JBDS 4.0.0.Beta1 and Beta2 (trunk): Removed
the @Override tags from the MockRestClient class.
Modified:
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java
===================================================================
---
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-09-27
13:02:15 UTC (rev 25226)
+++
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-09-27
13:13:07 UTC (rev 25227)
@@ -74,7 +74,6 @@
* @see
org.modeshape.web.jcr.rest.client.IRestClient#publish(org.modeshape.web.jcr.rest.client.domain.Workspace,
* java.lang.String, java.io.File)
*/
- @Override
public Status publish( Workspace workspace,
String path,
File file ) {