Author: elvisisking
Date: 2010-09-24 11:27:12 -0400 (Fri, 24 Sep 2010)
New Revision: 25157
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-24
14:41:41 UTC (rev 25156)
+++
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-09-24
15:27:12 UTC (rev 25157)
@@ -34,7 +34,6 @@
*
* @see
org.modeshape.web.jcr.rest.client.IRestClient#getNodeTypes(org.modeshape.web.jcr.rest.client.domain.Workspace)
*/
- @Override
public Map<String, NodeType> getNodeTypes( Workspace arg0 ) throws Exception {
return null;
}
@@ -44,7 +43,6 @@
*
* @see
org.modeshape.web.jcr.rest.client.IRestClient#getRepositories(org.modeshape.web.jcr.rest.client.domain.Server)
*/
- @Override
public Collection<Repository> getRepositories( Server server ) throws Exception
{
return null;
}
@@ -55,7 +53,6 @@
* @see org.modeshape.web.jcr.rest.client.IRestClient#getUrl(java.io.File,
java.lang.String,
* org.modeshape.web.jcr.rest.client.domain.Workspace)
*/
- @Override
public URL getUrl( File file,
String path,
Workspace workspace ) throws Exception {
@@ -67,7 +64,6 @@
*
* @see
org.modeshape.web.jcr.rest.client.IRestClient#getWorkspaces(org.modeshape.web.jcr.rest.client.domain.Repository)
*/
- @Override
public Collection<Workspace> getWorkspaces( Repository repository ) throws
Exception {
return null;
}
@@ -91,7 +87,6 @@
* @see
org.modeshape.web.jcr.rest.client.IRestClient#unpublish(org.modeshape.web.jcr.rest.client.domain.Workspace,
* java.lang.String, java.io.File)
*/
- @Override
public Status unpublish( Workspace workspace,
String path,
File file ) {
@@ -104,7 +99,6 @@
* @see
org.modeshape.web.jcr.rest.client.IRestClient#query(org.modeshape.web.jcr.rest.client.domain.Workspace,
* java.lang.String, java.lang.String)
*/
- @Override
public List<QueryRow> query( Workspace arg0,
String arg1,
String arg2 ) throws Exception {
@@ -117,7 +111,6 @@
* @see
org.modeshape.web.jcr.rest.client.IRestClient#query(org.modeshape.web.jcr.rest.client.domain.Workspace,
* java.lang.String, java.lang.String, int, int)
*/
- @Override
public List<QueryRow> query( Workspace arg0,
String arg1,
String arg2,
@@ -132,7 +125,6 @@
* @see
org.modeshape.web.jcr.rest.client.IRestClient#query(org.modeshape.web.jcr.rest.client.domain.Workspace,
* java.lang.String, java.lang.String, int, int, java.util.Map)
*/
- @Override
public List<QueryRow> query( Workspace arg0,
String arg1,
String arg2,