DBZ-5822 Change visibility of BaseSourceTask#logStatistics method to protected

This commit is contained in:
Anil Dasari 2022-11-09 13:03:20 -08:00 committed by Jiri Pechanec
parent 1d9a21bb85
commit c781832f41
3 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Andrey Pustovetov
Andrey Savchuk Andrey Savchuk
Andrey Yegorov Andrey Yegorov
Andy Teijelo Andy Teijelo
Anil Dasari
Anisha Mohanty Anisha Mohanty
Anton Kondratev Anton Kondratev
Anton Martynov Anton Martynov

View File

@ -173,7 +173,7 @@ public final List<SourceRecord> poll() throws InterruptedException {
} }
} }
void logStatistics(final List<SourceRecord> records) { protected void logStatistics(final List<SourceRecord> records) {
if (records == null || !LOGGER.isInfoEnabled()) { if (records == null || !LOGGER.isInfoEnabled()) {
return; return;
} }

View File

@ -169,3 +169,4 @@ enzo-cappa,Enzo Cappa
zhanghelong,Helong Zhang zhanghelong,Helong Zhang
Théophile Helleboid - chtitux,Théophile Helleboid Théophile Helleboid - chtitux,Théophile Helleboid
dude0001,Mark Lambert dude0001,Mark Lambert
adasari,Anil Dasari