|
From: <caw...@us...> - 2007-08-21 13:48:09
|
Revision: 3011
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3011&view=rev
Author: cawilliams
Date: 2007-08-21 06:48:03 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
fix context menu search
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/FindAction.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/FindAction.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/FindAction.java 2007-08-20 16:02:39 UTC (rev 3010)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/FindAction.java 2007-08-21 13:48:03 UTC (rev 3011)
@@ -242,8 +242,8 @@
}
/**
- * Executes this action for the given java element.
- * @param element The java element to be found.
+ * Executes this action for the given ruby element.
+ * @param element The ruby element to be found.
*/
public void run(IRubyElement element) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|