Skip to content

Commit

Permalink
Pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersen committed Nov 4, 2024
1 parent bd51ba1 commit 7c0b1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,8 @@ public void execute(ApiStreamObserver<PipelineResult> observer) {
// }
//
// @BetaApi
// public void explain(ApiStreamObserver<PipelineResult> observer, PipelineExplainOptions options) {
// public void explain(ApiStreamObserver<PipelineResult> observer, PipelineExplainOptions options)
// {
// throw new RuntimeException("Not Implemented");
// }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.firestore.pipeline.stages;


import com.google.api.core.InternalApi;
import com.google.cloud.firestore.Pipeline;
import com.google.firestore.v1.MapValue;
Expand Down

0 comments on commit 7c0b1e2

Please sign in to comment.