|
From: <mba...@us...> - 2006-12-09 09:51:52
|
Revision: 1685
http://svn.sourceforge.net/rubyeclipse/?rev=1685&view=rev
Author: mbarchfe
Date: 2006-12-09 01:51:50 -0800 (Sat, 09 Dec 2006)
Log Message:
-----------
removed @Override annotation for getDocumentPartitioning
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/compare/RubyMergeViewer.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/compare/RubyMergeViewer.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/compare/RubyMergeViewer.java 2006-12-08 21:40:38 UTC (rev 1684)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/compare/RubyMergeViewer.java 2006-12-09 09:51:50 UTC (rev 1685)
@@ -61,7 +61,6 @@
return RubyPlugin.getDefault().getRubyTextTools().createDocumentPartitioner();
}
- @Override
protected String getDocumentPartitioning() {
return IRubyPartitions.RUBY_PARTITIONING;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|