Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rong Rong committed May 10, 2019
1 parent a93df6d commit c32f086
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package com.uber.athena.flux.flink.compiler;

import com.uber.athena.flux.api.topology.FluxTopology;
import com.uber.athena.flux.flink.runtime.FluxTopologyImpl;
import com.uber.athena.flux.model.EdgeDef;
import com.uber.athena.flux.model.OperatorDef;
Expand Down Expand Up @@ -48,7 +47,7 @@ public CompilationGraph(StreamExecutionEnvironment senv, FluxContext fluxContext
}

/**
* Compile current graph into a {@link FluxTopology}.
* Compile current graph into a {@code FluxTopology}.
*
* @return the topology
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package com.uber.athena.flux.flink.compiler;

import com.uber.athena.flux.api.topology.FluxTopology;
import com.uber.athena.flux.flink.runtime.FluxTopologyImpl;
import com.uber.athena.flux.model.TopologyDef;
import org.apache.flink.configuration.Configuration;
Expand Down Expand Up @@ -51,7 +50,7 @@ public FluxCompilerSuite(
}

/**
* compile topology definition to {@link FluxTopology}.
* compile topology definition to {@@code FluxTopology}.
*
* @return flux topology.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import com.uber.athena.flux.api.topology.FluxTopology;
import com.uber.athena.flux.api.topology.FluxTopologyBuilder;
import com.uber.athena.flux.api.topology.FluxTopologyExecutionResult;
import com.uber.athena.flux.flink.compiler.FluxCompilerSuite;
import com.uber.athena.flux.model.TopologyDef;
import org.apache.flink.configuration.Configuration;
Expand Down

0 comments on commit c32f086

Please sign in to comment.