|
From: <caw...@us...> - 2007-06-29 17:00:12
|
Revision: 2703
http://svn.sourceforge.net/rubyeclipse/?rev=2703&view=rev
Author: cawilliams
Date: 2007-06-29 10:00:10 -0700 (Fri, 29 Jun 2007)
Log Message:
-----------
remove unsued import
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/comment/RubyCommentAutoIndentStrategy.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/comment/RubyCommentAutoIndentStrategy.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/comment/RubyCommentAutoIndentStrategy.java 2007-06-29 16:29:48 UTC (rev 2702)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/text/comment/RubyCommentAutoIndentStrategy.java 2007-06-29 17:00:10 UTC (rev 2703)
@@ -8,7 +8,6 @@
import org.eclipse.jface.text.IRegion;
import org.eclipse.jface.text.Region;
import org.eclipse.jface.text.TextUtilities;
-import org.eclipse.jface.text.rules.Token;
import org.eclipse.ui.texteditor.ITextEditor;
import org.jruby.lexer.yacc.SyntaxException;
import org.rubypeople.rdt.core.IMethod;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|