mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02: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:
parent
50aad72383
commit
10f86d241a
3 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue