optimaize / language-detector

Language Detection Library for Java
Apache License 2.0
567 stars 165 forks source link

Fix documentation for language detection example #55

Closed haisi closed 7 years ago

haisi commented 8 years ago

Return-Type was wrong Optional<LdLocale> detect(CharSequence text);

fabiankessler commented 7 years ago

Thank you.