|
From: Christopher W. <caw...@us...> - 2005-09-18 15:17:59
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/cheatsheets/webservice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29780/src/org/rubypeople/rdt/internal/debug/ui/cheatsheets/webservice Modified Files: OpenNewRubyProjectWizardAction.java Log Message: clean up warnings Index: OpenNewRubyProjectWizardAction.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/cheatsheets/webservice/OpenNewRubyProjectWizardAction.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenNewRubyProjectWizardAction.java 2 Mar 2005 00:54:46 -0000 1.2 --- OpenNewRubyProjectWizardAction.java 18 Sep 2005 15:17:50 -0000 1.3 *************** *** 2,9 **** import org.eclipse.jface.action.Action; - import org.eclipse.jface.action.IAction; import org.eclipse.jface.viewers.StructuredSelection; import org.eclipse.jface.wizard.WizardDialog; - import org.eclipse.ui.IActionDelegate; import org.eclipse.ui.PlatformUI; import org.eclipse.ui.cheatsheets.ICheatSheetAction; --- 2,7 ---- *************** *** 15,20 **** * @author markus * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class OpenNewRubyProjectWizardAction extends Action implements ICheatSheetAction { --- 13,16 ---- |