Skip to content

Commit

Permalink
Update flink-core/src/main/java/org/apache/flink/util/JavaGcCleanerWr…
Browse files Browse the repository at this point in the history
…apper.java

Co-Authored-By: Till Rohrmann <till.rohrmann@gmail.com>
  • Loading branch information
azagrebin and tillrohrmann committed Oct 30, 2019
1 parent e38c0c0 commit 375bb34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private LegacyCleanerFactory(Method cleanerCreateMethod, Method cleanerCleanMeth
}

@Override
public Runnable create(Object owner, Runnable cleanOperation) {
public Runnable create(Object owner, Runnable cleanupOperation) {
Object cleaner;
try {
cleaner = cleanerCreateMethod.invoke(null, owner, cleanOperation);
Expand Down

0 comments on commit 375bb34

Please sign in to comment.