google-nomulus/java/google/registry/ui/forms
mcilwain c6e58d3bff Fix some issues caught by IntelliJ static code analysis
The most common issues were:
* Arrays.asList() shouldn't be called with a single parameter.
* Broken Javadoc @links.
* Unnecessary casts and type declarations.
* Unnecessary unused variable initializations.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230994311
2019-01-28 16:08:24 -05:00
..
BUILD
FormException.java
FormField.java Use java-8 functionals in FormFields 2018-04-23 14:56:18 -04:00
FormFieldException.java Fix some issues caught by IntelliJ static code analysis 2019-01-28 16:08:24 -05:00
FormFields.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
package-info.java