|
From: <mir...@us...> - 2007-09-28 08:23:53
|
Revision: 3222
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3222&view=rev
Author: mirkostocker
Date: 2007-09-28 01:23:44 -0700 (Fri, 28 Sep 2007)
Log Message:
-----------
Remove the @Override annotation (I don't see which method it should override).
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyLaunchableTester.java
Modified: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyLaunchableTester.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyLaunchableTester.java 2007-09-24 15:10:31 UTC (rev 3221)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyLaunchableTester.java 2007-09-28 08:23:44 UTC (rev 3222)
@@ -36,7 +36,6 @@
*/
private static final String PROPERTY_PROJECT_NATURE = "hasProjectNature"; //$NON-NLS-1$
- @Override
public boolean test(Object receiver, String property, Object[] args, Object expectedValue) {
if (PROPERTY_IS_CONTAINER.equals(property)) {
if (receiver instanceof IAdaptable) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|