[go: nahoru, domu]

Skip to content

Commit

Permalink
http: better javadoc for AppEngineDataStoreFactory and MemoryDataStor…
Browse files Browse the repository at this point in the history
…eFactory

fix google-http-client-protobuf/.classpath

https://codereview.appspot.com/10369045/
  • Loading branch information
Yaniv Inbar committed Jun 18, 2013
1 parent 0f2fb7d commit f9b06f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
* Engine Data Store API.
*
* <p>
* For convenience, a default global instance is provided in {@link #getDefaultInstance()}.
* </p>
*
* <p>
* By default, it uses the Memcache API as an in-memory data cache. To disable it, call
* {@link Builder#setDisableMemcache(boolean)}. The Memcache is only read to check if a key already
* has a value inside {@link DataStore#get(String)}. The values in the Memcache are updated in the
Expand Down
1 change: 0 additions & 1 deletion google-http-client-protobuf/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/test/protobuf"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources">
<attributes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
* {@link Beta} <br/>
* Thread-safe in-memory implementation of a data store factory.
*
* <p>
* For convenience, a default global instance is provided in {@link #getDefaultInstance()}.
* </p>
*
* @since 1.16
* @author Yaniv Inbar
*/
Expand Down

0 comments on commit f9b06f7

Please sign in to comment.