mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Typo in comment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122449880
This commit is contained in:
committed by
Justine Tunney
parent
13f5106070
commit
86f3287761
@@ -842,24 +842,6 @@ public class DatastoreHelper {
|
||||
return persistSimpleResources(ImmutableList.of(resource)).get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Persists a single Objectify resource in the global namespace, without adjusting foreign
|
||||
* resources or keys.
|
||||
*/
|
||||
public static <R> R persistSimpleGlobalResource(final R resource) {
|
||||
return persistSimpleResources(ImmutableList.of(resource)).get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Like persistResource but for multiple entities, with no helper for saving
|
||||
* ForeignKeyedEppResources. All entities are persisted into the global namespace.
|
||||
*
|
||||
* @see "http://docs.objectify-appengine.googlecode.com/git/apidocs/com/googlecode/objectify/cmd/Loader.htmls#entities(java.lang.Iterable)"
|
||||
*/
|
||||
public static <R> ImmutableList<R> persistSimpleGlobalResources(Iterable<R> resources) {
|
||||
return persistSimpleResources(resources);
|
||||
}
|
||||
|
||||
/**
|
||||
* Like persistResource but for multiple entities, with no helper for saving
|
||||
* ForeignKeyedEppResources.
|
||||
|
||||
Reference in New Issue
Block a user