Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / testingservices / scheduledthreadpool / test / AbstractScheduledTest.java
index f686d27ef4fc5b2475bf5228d8b9a7b59f3bee4b..2a9aa16088a3c872a209a085955bc1bef900af6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2013, 2017 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -19,7 +19,7 @@ import org.opendaylight.controller.config.manager.testingservices.scheduledthrea
 import org.opendaylight.controller.config.manager.testingservices.threadpool.TestingFixedThreadPoolModuleFactory;
 
 public abstract class AbstractScheduledTest extends AbstractConfigTest {
-    protected static final String scheduled1 = "scheduled1";
+    protected static final String SCHEDULED1 = "scheduled1";
 
     @Before
     public final void setUp() {