|
From: Dmitriy K. <dko...@ru...> - 2003-11-12 15:28:04
|
I'll fix that.
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...] On Behalf Of
roger holbrook
Sent: Wednesday, November 12, 2003 10:21 AM
To: spr...@li...
Subject: [Springframework-developer] Copy paste error ?
The following code in MethodMatchers.IntersectionMethodMatcher
looks like a candidate:
public boolean isRuntime() {
- return a.isRuntime() || b.isRuntime();
+ return a.isRuntime() && b.isRuntime();
}
Roger
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest developments in
Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more!
http://www.apachecon.com/ _______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|