You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by grgrzybek <gi...@git.apache.org> on 2013/02/13 10:13:41 UTC

directory-studio pull request: DIRSTUDIO-861 - Strings.toLowerCase() should...

GitHub user grgrzybek opened a pull request:

    https://github.com/apache/directory-studio/pull/1

    DIRSTUDIO-861 - Strings.toLowerCase() shouldn't be used for attribute values.

    Update `plugins/ldapbrowser.core/src/main/java/org/apache/directory/studio/ldapbrowser/core/utils/Utils.java`
    
    Resolve DIRSTUDIO-861. optimized Strings.toLowerCase() shouldn't be used for attribute values.
    
    regards
    Grzegorz Grzybek

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/grgrzybek/directory-studio patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/directory-studio/pull/1.patch

----
commit 408b8f76859d9956a94a705b7fd90b4e840ed841
Author: Grzegorz Grzybek <gr...@gmail.com>
Date:   2013-02-13T09:12:44Z

    Update plugins/ldapbrowser.core/src/main/java/org/apache/directory/studio/ldapbrowser/core/utils/Utils.java
    
    Resolve DIRSTUDIO-861. optimized Strings.toLowerCase() shouldn't be used for attribute values.

----