Author: julien(a)jboss.com
Date: 2007-12-18 17:04:33 -0500 (Tue, 18 Dec 2007)
New Revision: 9365
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/test/model/ModelTestCase.java
Log:
remove unused logger
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/test/model/ModelTestCase.java
===================================================================
---
branches/presentation/presentation/src/main/org/jboss/portal/presentation/test/model/ModelTestCase.java 2007-12-18
22:03:28 UTC (rev 9364)
+++
branches/presentation/presentation/src/main/org/jboss/portal/presentation/test/model/ModelTestCase.java 2007-12-18
22:04:33 UTC (rev 9365)
@@ -24,7 +24,6 @@
import junit.framework.Assert;
import junit.framework.TestCase;
-import org.apache.log4j.Logger;
import org.jboss.portal.presentation.impl.model.container.UIObjectContainer;
import
org.jboss.portal.presentation.impl.model.state.navigational.NavigationalStateContextImpl;
import org.jboss.portal.presentation.model.StateScopeType;
@@ -53,9 +52,6 @@
{
/** . */
- private Logger logger = Logger.getLogger(this.getClass());
-
- /** . */
private MockModel model;
public ModelTestCase()
Show replies by date