Skip to content

Commit

Permalink
[hotfix][checkstyle] fix checkstyle in PartitionRequestClientFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Kruber committed Jul 12, 2018
1 parent 9e87e20 commit a154dd5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

package org.apache.flink.runtime.io.network.netty;

import org.apache.flink.runtime.io.network.NetworkClientHandler;
import org.apache.flink.runtime.io.network.ConnectionID;
import org.apache.flink.runtime.io.network.NetworkClientHandler;
import org.apache.flink.runtime.io.network.netty.exception.LocalTransportException;
import org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException;
import org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel;
Expand All @@ -34,8 +34,8 @@

/**
* Factory for {@link PartitionRequestClient} instances.
* <p>
* Instances of partition requests clients are shared among several {@link RemoteInputChannel}
*
* <p>Instances of partition requests clients are shared among several {@link RemoteInputChannel}
* instances.
*/
class PartitionRequestClientFactory {
Expand Down

0 comments on commit a154dd5

Please sign in to comment.