mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Fix a few typos
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147187320
This commit is contained in:
parent
4c7861c2c6
commit
3ec6c7d346
2 changed files with 3 additions and 3 deletions
|
@ -242,14 +242,14 @@ public final class EppResourceUtils {
|
||||||
* {@code timestamp} be set to midnight. Otherwise you must take into consideration that under
|
* {@code timestamp} be set to midnight. Otherwise you must take into consideration that under
|
||||||
* certain circumstances, a resource might be restored to a revision on the previous day, even if
|
* certain circumstances, a resource might be restored to a revision on the previous day, even if
|
||||||
* there were revisions made earlier on the same date as {@code timestamp}; however, a resource
|
* there were revisions made earlier on the same date as {@code timestamp}; however, a resource
|
||||||
* will never be restored to a revision occuring after {@code timestamp}. This behavior is due to
|
* will never be restored to a revision occurring after {@code timestamp}. This behavior is due to
|
||||||
* the way {@link google.registry.model.translators.CommitLogRevisionsTranslatorFactory
|
* the way {@link google.registry.model.translators.CommitLogRevisionsTranslatorFactory
|
||||||
* CommitLogRevisionsTranslatorFactory} manages the {@link EppResource#revisions} field. Please
|
* CommitLogRevisionsTranslatorFactory} manages the {@link EppResource#revisions} field. Please
|
||||||
* note however that the creation and deletion times of a resource are granular to the
|
* note however that the creation and deletion times of a resource are granular to the
|
||||||
* millisecond.
|
* millisecond.
|
||||||
*
|
*
|
||||||
* @return an asynchronous operation returning resource at {@code timestamp} or {@code null} if
|
* @return an asynchronous operation returning resource at {@code timestamp} or {@code null} if
|
||||||
* if resource is deleted or not yet created
|
* resource is deleted or not yet created
|
||||||
*/
|
*/
|
||||||
public static <T extends EppResource>
|
public static <T extends EppResource>
|
||||||
Result<T> loadAtPointInTime(final T resource, final DateTime timestamp) {
|
Result<T> loadAtPointInTime(final T resource, final DateTime timestamp) {
|
||||||
|
|
|
@ -33,7 +33,7 @@ import org.joda.time.DateTime;
|
||||||
final class GenerateZoneFilesCommand implements ServerSideCommand {
|
final class GenerateZoneFilesCommand implements ServerSideCommand {
|
||||||
|
|
||||||
@Parameter(
|
@Parameter(
|
||||||
description = "A comma-separated list of TLD to generate zone files for",
|
description = "A comma-separated list of TLDs to generate zone files for",
|
||||||
required = true)
|
required = true)
|
||||||
private List<String> mainParameters;
|
private List<String> mainParameters;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue