dgraham 2003/07/04 14:41:18
Modified: src/share/org/apache/struts/tiles ComponentContext.java
Log:
Removed deprecated constructor.
Revision Changes Path
1.4 +3 -18
jakarta-struts/src/share/org/apache/struts/tiles/ComponentContext.java
Index: ComponentContext.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/ComponentContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ComponentContext.java 4 Jul 2003 21:41:00 -0000 1.3
+++ ComponentContext.java 4 Jul 2003 21:41:18 -0000 1.4
@@ -96,21 +96,6 @@
/**
* Constructor.
- * @deprecated Use [EMAIL PROTECTED] #ComponentContext(Map attributes)} instead.
- */
- public ComponentContext(ComponentDefinition instance) {
- // try
- // {
- // instance's attributes map is never null.
- attributes = new HashMap(instance.getAttributes());
- // }
- // catch( NullPointerException ex )
- // { // no attributes in instance : silently fail.
- // }
- }
-
- /**
- * Constructor.
* Create a context and set specified attributes.
* @param attributes Attributes to initialize context.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]