1
0
mirror of https://github.com/google/nomulus synced 2026-02-03 19:42:39 +00:00

Clean up some areas in preparation for externalized codebase

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221454055
This commit is contained in:
mcilwain
2018-11-14 09:06:26 -08:00
committed by jianglai
parent c0239b0a07
commit b317aab22f
6 changed files with 6 additions and 9 deletions

View File

@@ -90,7 +90,6 @@ public class DomainApplicationIndex extends BackupGroupRoot {
* <p>Consequently within a transaction this method will not return any applications that are not
* yet committed to datastore, even if called on an updated DomainApplicationIndex instance
* storing keys to those applications.
*
*/
public static ImmutableSet<DomainApplication> loadActiveApplicationsByDomainName(
String fullyQualifiedDomainName, final DateTime now) {