mirror of
https://github.com/google/nomulus
synced 2026-02-08 14:00:32 +00:00
Remove documentation project title config option
Nothing in the Nomulus release was using it and it's of questionable utility at best. Nomulus isn't likely to be renamed at this point anyway. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141301871
This commit is contained in:
@@ -148,11 +148,6 @@ public final class ProductionRegistryConfigExample implements RegistryConfig {
|
||||
return makeUrl("https://www.registry.example");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDocumentationProjectTitle() {
|
||||
return "Nomulus";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getEppResourceIndexBucketCount() {
|
||||
return 997;
|
||||
|
||||
Reference in New Issue
Block a user