|
From: <caw...@us...> - 2007-04-30 12:04:55
|
Revision: 2393
http://svn.sourceforge.net/rubyeclipse/?rev=2393&view=rev
Author: cawilliams
Date: 2007-04-30 05:04:54 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
fix call to right constructor
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/matching/MethodPattern.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/matching/MethodPattern.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/matching/MethodPattern.java 2007-04-30 12:04:25 UTC (rev 2392)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/matching/MethodPattern.java 2007-04-30 12:04:54 UTC (rev 2393)
@@ -128,7 +128,7 @@
declaringQualification,
declaringSimpleName,
parameterSimpleNames,
- (IMethod)null,
+ (IType)null,
matchRule);
}
public void decodeIndexKey(char[] key) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|