config-persister-impl: final parameters
[controller.git] / opendaylight / config / config-persister-impl / src / test / java / org / opendaylight / controller / config / persist / impl / CapabilityStrippingConfigSnapshotHolderTest.java
index 970805e1ef6cc030a27bbcea30b78ab502ed9e93..2a20939ba7891d662c35f1d81fccd06d184489e9 100644 (file)
@@ -36,11 +36,11 @@ public class CapabilityStrippingConfigSnapshotHolderTest {
         assertEquals(obsoleteCapabilities, tested.getObsoleteCapabilities());
     }
 
-    private Set<String> readLines(String fileName) throws IOException {
+    private Set<String> readLines(final String fileName) throws IOException {
         return new HashSet<>(Resources.readLines(getClass().getResource(fileName), StandardCharsets.UTF_8));
     }
 
-    private String readToString(String fileName) throws IOException {
+    private String readToString(final String fileName) throws IOException {
         return Resources.toString(getClass().getResource(fileName), StandardCharsets.UTF_8);
     }