8000 Typo fix at AppEngineDataStoreFactory.Builder.build() (#388) · rchani99/google-http-java-client@4ba977f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ba977f

Browse files
nbalichingor13
authored andcommitted
Typo fix at AppEngineDataStoreFactory.Builder.build() (googleapis#388)
1 parent dfcc004 commit 4ba977f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-http-client-appengine/src/main/java/com/google/api/client/extensions/appengine/datastore/AppEngineDataStoreFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public Builder setMemcacheExpiration(Expiration memcacheExpiration) {
348348

349349
/** Returns a new App Engine data store factory instance. */
350350
public AppEngineDataStoreFactory build() {
351-
return new AppEngineDataStoreFactory();
351+
return new AppEngineDataStoreFactory(this);
352352
}
353353
}
354354
}

0 commit comments

Comments
 (0)
0