Andrey Slepykh created DIRAPI-421:
-------------------------------------
Summary: BAD_COPY_PASTE issue in
/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/SearchParams.java
Key: DIRAPI-421
URL: https://issues.apache.org/jira/browse/DIRAPI-421
Project: Directory Client API
Issue Type: Bug
Affects Versions: 2.1.7, 2.1.6
Reporter: Andrey Slepykh
Minor copy paste issue in
[https://github.com/apache/directory-ldap-api/blob/2eff950966d41672ca1ed31e33e228bdad928a0e/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/SearchParams.java#L336]
Instead of {{if ( timeLimit > 0 )}} it shoud be {{if ( sizeLimit > 0 )
}}according to
{{sb.append( " sizeLimit : " ).append( sizeLimit ).append( "\n" );}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]