THausherr commented on a change in pull request #478:
URL: https://github.com/apache/tika/pull/478#discussion_r787329675
##########
File path:
tika-core/src/main/java/org/apache/tika/language/detect/LanguageNames.java
##########
@@ -42,13 +42,13 @@ public static String normalizeName(String languageTag) {
}
public static boolean isMacroLanguage(String languageTag) {
- Locale locale = Locale.forLanguageTag(languageTag);
+ // Locale locale = Locale.forLanguageTag(languageTag); unused
Review comment:
My understanding is that this was kept there because of the TODO below,
i.e. this is part of an incomplete piece of code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]