Skip to content

Commit

Permalink
Fixup CL
Browse files Browse the repository at this point in the history
  • Loading branch information
davorbonaci committed Mar 8, 2016
1 parent 532a792 commit 890e3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

import static com.google.common.base.Preconditions.checkArgument;

import com.google.api.services.datastore.DatastoreV1;
import com.google.api.services.datastore.DatastoreV1.Entity;
import com.google.cloud.dataflow.sdk.coders.AtomicCoder;
import com.google.cloud.dataflow.sdk.coders.CannotProvideCoderException;
import com.google.cloud.dataflow.sdk.coders.Coder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@
import java.util.SortedSet;
import java.util.TreeSet;

import javax.annotation.Nullable;

/**
* A {@link PipelineRunner} that executes the operations in the
* pipeline by first translating them to the Dataflow representation
Expand Down Expand Up @@ -430,7 +428,7 @@ private void maybeRegisterDebuggee(DataflowPipelineOptions options, String uniqu
if (!options.getEnableCloudDebugger()) {
return;
}

if (options.getDebuggee() != null) {
throw new RuntimeException("Should not specify the debuggee");
}
Expand Down

0 comments on commit 890e3a0

Please sign in to comment.