Skip to content

Commit f9b06f7

Browse files
author
Yaniv Inbar
committed
http: better javadoc for AppEngineDataStoreFactory and MemoryDataStoreFactory
fix google-http-client-protobuf/.classpath https://codereview.appspot.com/10369045/
1 parent 0f2fb7d commit f9b06f7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
* Engine Data Store API.
5454
*
5555
* <p>
56+
* For convenience, a default global instance is provided in {@link #getDefaultInstance()}.
57+
* </p>
58+
*
59+
* <p>
5660
* By default, it uses the Memcache API as an in-memory data cache. To disable it, call
5761
* {@link Builder#setDisableMemcache(boolean)}. The Memcache is only read to check if a key already
5862
* has a value inside {@link DataStore#get(String)}. The values in the Memcache are updated in the

google-http-client-protobuf/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/test/java"/>
4-
<classpathentry kind="src" path="src/test/protobuf"/>
54
<classpathentry kind="src" path="src/main/java"/>
65
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources">
76
<attributes>

google-http-client/src/main/java/com/google/api/client/util/store/MemoryDataStoreFactory.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
* {@link Beta} <br/>
2525
* Thread-safe in-memory implementation of a data store factory.
2626
*
27+
* <p>
28+
* For convenience, a default global instance is provided in {@link #getDefaultInstance()}.
29+
* </p>
30+
*
2731
* @since 1.16
2832
* @author Yaniv Inbar
2933
*/

0 commit comments

Comments
 (0)