RenameDetector: Clarify rename limits <= 0

Change-Id: I8da386e02272316b8e5e5c2f31ce10ad98bcdb28
This commit is contained in:
Dave Borowitz 2017-05-24 09:26:40 -04:00
parent 099dbe6ef5
commit a46b28808b
1 changed files with 3 additions and 1 deletions

View File

@ -220,7 +220,9 @@ public int getRenameLimit() {
* must be allocated, and 1,000,000 file compares may need to be performed.
*
* @param limit
* new file limit.
* new file limit. 0 means no limit; a negative number means no
* inexact rename detection will be performed, only exact rename
* detection.
*/
public void setRenameLimit(int limit) {
renameLimit = limit;