[GitHub] commons-lang pull request: Fix LANG-948

2014-04-13 Thread Andrey-Khobnya
GitHub user Andrey-Khobnya opened a pull request: https://github.com/apache/commons-lang/pull/19 Fix LANG-948 Hi all! This is fix for bug LANG-948. Changes with explanations: 1) Method ```ExtendedMessageFormat.appendQuotedString()``` returned when finds first quote

[GitHub] commons-lang pull request: Fix bug with stripping spaces on last l...

2014-04-08 Thread Andrey-Khobnya
GitHub user Andrey-Khobnya opened a pull request: https://github.com/apache/commons-lang/pull/18 Fix bug with stripping spaces on last line in WordUtils.wrap() In _WordUtils.wpap()_ leading white spaces on new lines are stripped from the result. But there is a bug if there are