Author: craigmcc Date: Sat Dec 10 18:37:28 2005 New Revision: 355873 URL: http://svn.apache.org/viewcvs?rev=355873&view=rev Log: Remove unneeded LogFactory and Log instances. As a side effect, this makes the DialogImpl class correctly Serializable.
Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/DialogImpl.java Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/DialogImpl.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/DialogImpl.java?rev=355873&r1=355872&r2=355873&view=diff ============================================================================== --- struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/DialogImpl.java (original) +++ struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/DialogImpl.java Sat Dec 10 18:37:28 2005 @@ -20,8 +20,6 @@ import java.util.Iterator; import java.util.Map; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; import org.apache.shale.dialog.Dialog; import org.apache.shale.dialog.State; import org.apache.shale.dialog.Transition; @@ -35,13 +33,6 @@ // ------------------------------------------------------ Instance Variables - - - /** - * <p><code>Log</code> instance for this instance.</p> - */ - protected final Log log = LogFactory.getLog(getClass()); - /** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]