mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +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;
|
||||
|
||||
@@ -140,11 +140,6 @@ public interface RegistryConfig {
|
||||
*/
|
||||
public URL getRegistrarDefaultReferralUrl();
|
||||
|
||||
/**
|
||||
* Returns the title of the project used in generating documentation.
|
||||
*/
|
||||
public String getDocumentationProjectTitle();
|
||||
|
||||
/**
|
||||
* Returns the number of EppResourceIndex buckets to be used.
|
||||
*/
|
||||
|
||||
@@ -106,11 +106,6 @@ public class TestRegistryConfig implements RegistryConfig {
|
||||
return makeUrl("http://www.referral.example/path");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDocumentationProjectTitle() {
|
||||
return "Nomulus";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getEppResourceIndexBucketCount() {
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user