Github user kedar-joshi commented on the issue:

    https://github.com/apache/commons-lang/pull/294
  
    I think the method should return an empty collection instead of `null`
    ```java
    if(isEmpty(source) || searchKey == null ) {  
        return Collections.emptyList();
    } 
    ```


---

Reply via email to