Skip to content

Commit d801a6c

Browse files
committed
style changes
1 parent 175ad61 commit d801a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/hive/AbstractHiveConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public void execute(ThriftClientConsumer consumer) {
155155
@Override
156156
public void close() throws Exception {
157157
logger.debug("Shutting down thread pool backing pooled Thrift client '{}'", name);
158-
logger.debug("DO NOT SUBMIT< TESTING '{}'", name);
158+
logger.debug("DO NOT SUBMIT< TESTIN NO LABELS G '{}'", name);
159159
executorManager.close();
160160
MoreExecutors.shutdownAndAwaitTermination(executorService, 30, TimeUnit.SECONDS);
161161
synchronized (lock) {

0 commit comments

Comments
 (0)