|
From: Markus B. <mba...@us...> - 2005-07-12 22:09:56
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1272/src/org/rubypeople/rdt/internal/ui/rubyeditor Modified Files: RubyDocumentProvider.java Log Message: removed computeSchedulingRule Index: RubyDocumentProvider.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyDocumentProvider.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** RubyDocumentProvider.java 1 Apr 2005 01:59:20 -0000 1.18 --- RubyDocumentProvider.java 12 Jul 2005 22:09:40 -0000 1.19 *************** *** 319,323 **** * @return the minimal scheduling rule needed to modify or create a resource */ ! private ISchedulingRule computeSchedulingRule(IResource toCreateOrModify) { IResourceRuleFactory factory= ResourcesPlugin.getWorkspace().getRuleFactory(); if (toCreateOrModify.exists()) { --- 319,324 ---- * @return the minimal scheduling rule needed to modify or create a resource */ ! /* should call the inherited computeSchedulingRule now ! protected ISchedulingRule computeSchedulingRule(IResource toCreateOrModify) { IResourceRuleFactory factory= ResourcesPlugin.getWorkspace().getRuleFactory(); if (toCreateOrModify.exists()) { *************** *** 332,336 **** return factory.createRule(toCreateOrModify); } ! /** * @param element --- 333,338 ---- return factory.createRule(toCreateOrModify); } ! */ ! /** * @param element |