|
From: <caw...@us...> - 2007-02-02 17:25:56
|
Revision: 1909
http://svn.sourceforge.net/rubyeclipse/?rev=1909&view=rev
Author: cawilliams
Date: 2007-02-02 09:25:53 -0800 (Fri, 02 Feb 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/IRubyScript.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/IRubyScript.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/IRubyScript.java 2007-02-02 16:06:27 UTC (rev 1908)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/IRubyScript.java 2007-02-02 17:25:53 UTC (rev 1909)
@@ -102,17 +102,17 @@
IType getType(String name);
/**
- * Returns the primary compilation unit (whose owner is the primary owner)
- * this working copy was created from, or this compilation unit if this a
- * primary compilation unit.
+ * Returns the primary ruby script (whose owner is the primary owner)
+ * this working copy was created from, or this ruby script if this a
+ * primary ruby script.
* <p>
- * Note that the returned primary compilation unit can be in working copy
+ * Note that the returned primary ruby script can be in working copy
* mode.
* </p>
*
- * @return the primary compilation unit this working copy was created from,
- * or this compilation unit if it is primary
- * @since 3.0
+ * @return the primary ruby script this working copy was created from,
+ * or this ruby script if it is primary
+ * @since 0.8.0
*/
IRubyScript getPrimary();
@@ -120,7 +120,7 @@
* Returns whether this element is a working copy.
*
* @return true if this element is a working copy, false otherwise
- * @since 3.0
+ * @since 0.8.0
*/
boolean isWorkingCopy();
@@ -156,7 +156,7 @@
* @return a new working copy of this element if this element is not a
* working copy, or this element if this element is already a
* working copy
- * @since 3.0
+ * @since 0.8.0
*/
IRubyScript getWorkingCopy(IProgressMonitor monitor) throws RubyModelException;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|