You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2022/01/19 03:51:10 UTC

[GitHub] [tika] THausherr commented on a change in pull request #478: Stat analysis core

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: dev-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org