blob: 9ef1dc19ce989992715fd2f8b03da4d2c1623e35 [file] [log] [blame]
package com.intellij.dupLocator;
/**
* @author Eugene.Kudelevsky
*/
public interface DuplocatorState {
int getLowerBound();
int getDiscardCost();
}