Date: 2004-11-04T22:34:03
Editor: EricFixler <[EMAIL PROTECTED]>
Wiki: Jakarta-Velocity Wiki
Page: MultiUberspect
URL: http://wiki.apache.org/jakarta-velocity/MultiUberspect
no comment
Change Log:
------------------------------------------------------------------------------
@@ -86,7 +86,7 @@
}
this.customIntrospectors.put(clz, u);
this.derivedIntrospectors.clear();
- this.derivedIntrospectors.put(clz, u);
+ this.derivedIntrospectors.putAll(this.customIntrospectors);
}
/** Unregister a custom uberspect.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]