Skip to content

Commit

Permalink
[hotfix] Remove some unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
leesf authored and dawidwys committed Apr 23, 2019
1 parent 5899768 commit 83e66d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
package org.apache.flink.runtime.rpc.exceptions;

import org.apache.flink.runtime.rpc.FencedRpcEndpoint;
import org.apache.flink.runtime.rpc.exceptions.RpcException;

/**
* Exception which is thrown if the fencing tokens of a {@link FencedRpcEndpoint} do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ package org.apache.flink.api.scala
import org.apache.flink.annotation.PublicEvolving
import org.apache.flink.api.common.distributions.DataDistribution
import org.apache.flink.api.common.operators.Keys
import org.apache.flink.api.common.operators.base.PartitionOperatorBase
import org.apache.flink.api.common.operators.base.PartitionOperatorBase.PartitionMethod
import org.apache.flink.api.common.typeinfo.{BasicTypeInfo, TypeInformation}
import org.apache.flink.api.java.Utils
import org.apache.flink.api.java.Utils.ChecksumHashCode
import org.apache.flink.api.java.functions.KeySelector
import org.apache.flink.api.java.operators.PartitionOperator
import org.apache.flink.api.java.typeutils.TypeExtractor
import org.apache.flink.api.java.utils.{DataSetUtils => jutils}
import org.apache.flink.util.AbstractID

Expand Down

0 comments on commit 83e66d1

Please sign in to comment.