diff --git a/app/config/checkstyle/checkstyle.xml b/app/config/checkstyle/checkstyle.xml
index cab909b..091434e 100644
--- a/app/config/checkstyle/checkstyle.xml
+++ b/app/config/checkstyle/checkstyle.xml
@@ -1,7 +1,7 @@
+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
-
-
+
+
@@ -83,10 +83,10 @@
-
-
-
-
+
+
+
+
@@ -164,12 +164,12 @@
-
-
-
+
+
+
-
+
@@ -177,11 +177,11 @@
-
+
-
+
@@ -191,7 +191,7 @@
-
+
@@ -201,8 +201,6 @@
-
-
-
+
diff --git a/app/src/main/java/hexlet/code/App.java b/app/src/main/java/hexlet/code/App.java
index 0bcabee..6dd41bd 100644
--- a/app/src/main/java/hexlet/code/App.java
+++ b/app/src/main/java/hexlet/code/App.java
@@ -12,7 +12,7 @@
@Command(name = "gendiff", mixinStandardHelpOptions = true, version = "gendiff 0.9",
description = "Compares two configuration files and shows a difference.")
-public class App implements Callable {
+public final class App implements Callable {
@Option(names = {"-f", "--format"}, paramLabel = "format", defaultValue = "stylish",
description = "output format [default: stylish]")
diff --git a/app/src/main/java/hexlet/code/source/Differ.java b/app/src/main/java/hexlet/code/source/Differ.java
index 25f09a2..5c019a4 100644
--- a/app/src/main/java/hexlet/code/source/Differ.java
+++ b/app/src/main/java/hexlet/code/source/Differ.java
@@ -54,7 +54,7 @@ public static String generate(String filePath1, String filePath2, String format)
stage = dataSecond.containsKey(key) ? ADDED : DELETED;
}
- List