Skip to content

Commit

Permalink
[FLINK-14699][type] Move ClosureCleaner to flink-core
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored and aljoscha committed Nov 15, 2019
1 parent fdc2555 commit fa8d11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
* limitations under the License.
*/

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

import org.apache.flink.api.common.ExecutionConfig;
import org.apache.flink.api.common.InvalidProgramException;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.java.ClosureCleaner;
import org.apache.flink.api.java.tuple.Tuple1;

import org.junit.Assert;
Expand Down

0 comments on commit fa8d11b

Please sign in to comment.