|
From: <caw...@us...> - 2007-08-24 19:36:13
|
Revision: 3081
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3081&view=rev
Author: cawilliams
Date: 2007-08-24 12:36:04 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
replace all instances of "non-Rubydoc" with "non-Javadoc"
Modified Paths:
--------------
trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/wizards/NewTestCaseCreationWizard.java
Modified: trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/wizards/NewTestCaseCreationWizard.java
===================================================================
--- trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/wizards/NewTestCaseCreationWizard.java 2007-08-24 19:35:51 UTC (rev 3080)
+++ trunk/org.rubypeople.rdt.testunit/src/org/rubypeople/rdt/internal/testunit/wizards/NewTestCaseCreationWizard.java 2007-08-24 19:36:04 UTC (rev 3081)
@@ -38,14 +38,14 @@
addPage(fPage);
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* @see org.eclipse.jdt.internal.ui.wizards.NewElementWizard#finishPage(org.eclipse.core.runtime.IProgressMonitor)
*/
protected void finishPage(IProgressMonitor monitor) throws InterruptedException, CoreException {
fPage.createType(monitor); // use the full progress monitor
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* @see org.eclipse.jface.wizard.IWizard#performFinish()
*/
public boolean performFinish() {
@@ -60,7 +60,7 @@
return res;
}
- /* (non-Rubydoc)
+ /* (non-Javadoc)
* @see org.eclipse.jdt.internal.ui.wizards.NewElementWizard#getCreatedElement()
*/
public IRubyElement getCreatedElement() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|