mirror of https://github.com/apache/druid.git
add toString to NoopLimitSpec
This commit is contained in:
parent
41347c82bb
commit
d1e548aa32
|
@ -21,4 +21,10 @@ public class NoopLimitSpec implements LimitSpec
|
|||
{
|
||||
return Functions.identity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "NoopLimitSpec";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue