mirror of https://github.com/apache/nifi.git
NIFI-6069 Fixing checkstyle error
This commit is contained in:
parent
b0a93b473b
commit
be6cd4f0f2
|
@ -766,7 +766,7 @@ public class FingerprintFactory {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
private Comparator<Element> getElementTextComparator() {
|
private Comparator<Element> getElementTextComparator() {
|
||||||
return new Comparator<Element>() {
|
return new Comparator<Element>() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue