Merge "Removal of sys.out/err with logger messages"
authorJorge Hernandez <jh1730@att.com>
Mon, 28 Aug 2017 22:16:36 +0000 (22:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 28 Aug 2017 22:16:36 +0000 (22:16 +0000)
1  2 
controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/ControlLoopXacmlGuardTest.java

@@@ -87,8 -89,9 +89,8 @@@ import com.att.research.xacml.util.XACM
  
  
  public class ControlLoopXacmlGuardTest {
+       private static final Logger logger = LoggerFactory.getLogger(ControlLoopXacmlGuardTest.class);
        
 -      @Ignore
        @Test
        public void test() {
                try {