Skip to content

Commit 62e6bdc

Browse files
committed
take out extra shutdown
1 parent 770dd34 commit 62e6bdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/codemodder-base/src/main/java/io/codemodder/DefaultCodemodExecutor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public CodeTFResult execute(final List<Path> filePaths) {
165165
boolean success = executor.awaitTermination(10, TimeUnit.MINUTES);
166166
log.trace("Success running codemod: {}", success);
167167
while (!executor.isTerminated()) {
168-
executor.shutdownNow();
169168
final Future<String> future = service.poll(5, TimeUnit.SECONDS);
170169
if (future != null) {
171170
log.trace("Finished: {}", future.get());

0 commit comments

Comments
 (0)