Skip to content

Commit

Permalink
Fix comment block
Browse files Browse the repository at this point in the history
Change-Id: Iab845387ba4188334abd75e7ae0d84bcc3f2f6f9
  • Loading branch information
samtstern committed Jan 18, 2018
1 parent 793f6d7 commit fda5dd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions firestore/src/main/java/com/example/firestore/Quickstart.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@

import com.google.api.core.ApiFuture;
import com.google.cloud.firestore.DocumentReference;
// [START fs_include_dependencies]
import com.google.cloud.firestore.Firestore;
import com.google.cloud.firestore.FirestoreOptions;
// [END fs_include_dependencies]
import com.google.cloud.firestore.QueryDocumentSnapshot;
import com.google.cloud.firestore.QuerySnapshot;
import com.google.cloud.firestore.WriteResult;
Expand All @@ -28,9 +30,6 @@
import java.util.List;
import java.util.Map;

// [START fs_include_dependencies]
// [END fs_include_dependencies]

/**
* A simple Quick start application demonstrating how to connect to Firestore
* and add and query documents.
Expand Down

0 comments on commit fda5dd8

Please # to comment.