Author: akazakov
Date: 2012-04-20 14:06:46 -0400 (Fri, 20 Apr 2012)
New Revision: 40389
Modified:
trunk/common/tests/org.jboss.tools.common.validation.test/src/org/jboss/tools/common/validation/test/SynchronizationTest.java
Log:
https://issues.jboss.org/browse/JBIDE-11595 compile failed in
org.jboss.tools.common.validation.test when run against Juno TP
Modified:
trunk/common/tests/org.jboss.tools.common.validation.test/src/org/jboss/tools/common/validation/test/SynchronizationTest.java
===================================================================
---
trunk/common/tests/org.jboss.tools.common.validation.test/src/org/jboss/tools/common/validation/test/SynchronizationTest.java 2012-04-20
18:05:14 UTC (rev 40388)
+++
trunk/common/tests/org.jboss.tools.common.validation.test/src/org/jboss/tools/common/validation/test/SynchronizationTest.java 2012-04-20
18:06:46 UTC (rev 40389)
@@ -252,5 +252,6 @@
public void setContents(IFileState source, boolean force, boolean keepHistory,
IProgressMonitor monitor) throws CoreException {}
public void setContents(InputStream source, int updateFlags, IProgressMonitor monitor)
throws CoreException {}
public void setContents(IFileState source, int updateFlags, IProgressMonitor monitor)
throws CoreException {}
+ public void accept(IResourceProxyVisitor visitor, int depth, int memberFlags) throws
CoreException {}
}
}
\ No newline at end of file