Skip to content

Commit fa22e07

Browse files
committed
checkstyle?
1 parent d6e015a commit fa22e07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/org/jabref/logic/l10n/LocalizationConsistencyTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,8 @@ void findMissingLocalizationKeys() throws IOException {
130130
key.getValueForEnglishPropertiesFile()))
131131
.collect(Collectors.joining("\n",
132132
"""
133-
134-
135133
DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE
136134
PASTE THESE INTO THE ENGLISH LANGUAGE FILE
137-
138135
""",
139136
"\n\n")));
140137
}
@@ -146,8 +143,6 @@ void findObsoleteLocalizationKeys() throws IOException {
146143
obsoleteKeys.stream().collect(Collectors.joining("\n",
147144
"Obsolete keys found in language properties file: \n\n",
148145
"""
149-
150-
151146
1. CHECK IF THE KEY IS REALLY NOT USED ANYMORE
152147
2. REMOVE THESE FROM THE ENGLISH LANGUAGE FILE
153148
"""))

0 commit comments

Comments
 (0)