Am 15.05.2013 05:15, schrieb Andriy Rysin:

> As this change touches the core code I wanted to review it here first 
> to
> make sure it's the right way to do it and if anybody objects.

Your changes look okay, just a minor formatting issue: Instead of

if( word.contains(COMPOUND_CHAR) ) {

please use

if (word.contains(COMPOUND_CHAR)) {

as this is what we use elsewhere in the LT code.

Regards
  Daniel

-- 
http://www.danielnaber.de

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to