google-nomulus/java/google/registry/config
mcilwain e2db3f914e Clean up some code quality issues
This removes some qualifiers that aren't necessary (e.g. public/abstract on interfaces, private on enum constructors, final on private methods, static on nested interfaces/enums), uses Java 8 lambdas and features where that's an improvement

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177182945
2017-12-01 22:14:06 -05:00
..
files Derive RDAP link paths from the received query 2017-11-07 17:24:20 -05:00
BUILD Move the environment configuration YAML files into the main JAR 2017-02-06 16:46:52 -05:00
ConfigUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdapNoticeDescriptor.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
RegistryConfig.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RegistryConfigSettings.java Derive RDAP link paths from the received query 2017-11-07 17:24:20 -05:00
RegistryEnvironment.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
YamlUtils.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00