|
From: <caw...@us...> - 2007-08-27 21:01:11
|
Revision: 3083
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3083&view=rev
Author: cawilliams
Date: 2007-08-27 14:01:08 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
replace all instances of "non-Rubydoc" with "non-Javadoc"
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/HierarchyScope.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/HierarchyScope.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/HierarchyScope.java 2007-08-24 19:36:13 UTC (rev 3082)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/HierarchyScope.java 2007-08-27 21:01:08 UTC (rev 3083)
@@ -56,7 +56,7 @@
public boolean needsRefresh;
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* Adds the given resource to this search scope.
*/
public void add(IResource element) {
@@ -71,7 +71,7 @@
elements[elementCount++] = element;
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* Creates a new hiearchy scope for the given type.
*/
public HierarchyScope(IType type, WorkingCopyOwner owner) throws RubyModelException {
@@ -179,7 +179,7 @@
}
}
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* @see IRubySearchScope#encloses(String)
*/
public boolean encloses(String resourcePath) {
@@ -215,7 +215,7 @@
}
return false;
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* @see IRubySearchScope#encloses(IRubyElement)
*/
public boolean encloses(IRubyElement element) {
@@ -262,7 +262,7 @@
}
return false;
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* @see IRubySearchScope#enclosingProjectsAndJars()
* @deprecated
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|