removed outcommented line

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8a9e0172
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8a9e0172
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8a9e0172

Branch: refs/heads/support-2-3
Commit: 8a9e01727ce51a0a8291a45a593ec40428bbbbde
Parents: 5b2b244
Author: cnenning <cnenn...@apache.org>
Authored: Mon Feb 1 09:45:34 2016 +0100
Committer: cnenning <cnenn...@apache.org>
Committed: Wed Feb 3 13:34:47 2016 +0100

----------------------------------------------------------------------
 .../apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/8a9e0172/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java
----------------------------------------------------------------------
diff --git 
a/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java
 
b/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java
index acaacce..c71d100 100644
--- 
a/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java
+++ 
b/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java
@@ -109,7 +109,6 @@ public class StrutsTilesAnnotationProcessorTest {
         Assert.assertNull(definition.getExtends());
         Attribute templateAttribute = definition.getTemplateAttribute();
         Assert.assertNull(templateAttribute.getValue());
-        //Assert.assertNull(templateAttribute.getRenderer());
         Assert.assertNull(templateAttribute.getRole());
         Assert.assertNull(templateAttribute.getExpressionObject());
 

Reply via email to