Skip to content

Commit

Permalink
[hotfix] fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kl0u committed Jul 23, 2019
1 parent e62ddb3 commit fcd5eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package org.apache.flink.api.java.functions;

import java.util.function.Supplier;
import org.apache.flink.api.common.ExecutionConfig;
import org.apache.flink.api.common.InvalidProgramException;
import org.apache.flink.api.common.functions.MapFunction;
Expand All @@ -32,6 +31,7 @@
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.util.function.Supplier;

/**
* Tests for {@link ClosureCleaner}.
Expand Down

0 comments on commit fcd5eae

Please sign in to comment.