Skip to content

Commit 3cc3959

Browse files
committed
Remove unnecessary line from landing page examples
1 parent 3123b93 commit 3cc3959

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/site/resources/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ <h4>Example: Retrieve Datastore Entries</h4>
146146
// Authentication is automatic inside Google Compute Engine
147147
// and Google App Engine.
148148
DatastoreOptions options = DatastoreOptions.builder().build();
149-
150149
Datastore datastore = DatastoreFactory.instance().get(options);
151150
KeyFactory keyFactory = datastore.newKeyFactory().kind(<span class="hljs-string">KIND</span>);
152151
Key key = keyFactory.newKey(keyName);
@@ -167,7 +166,6 @@ <h4>Example: Retrieve Datastore Entries</h4>
167166
.projectId(<span class="hljs-string">PROJECT_ID</span>)
168167
.authCredentials(AuthCredentials.createForJson(
169168
new FileInputStream(<span class="hljs-string">PATH_TO_JSON_KEY</span>))).build();
170-
171169
Datastore datastore = DatastoreFactory.instance().get(options);
172170
KeyFactory keyFactory = datastore.newKeyFactory().kind(<span class="hljs-string">KIND</span>);
173171
Key key = keyFactory.newKey(keyName);

0 commit comments

Comments
 (0)