mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Change value type class to @AutoValue to fix errorprone warning
AutoValue classes by default do not allow null parameters, so I've removed the unnecessary null checks. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127870611
This commit is contained in:
parent
a879afa075
commit
5522135f5a
2 changed files with 27 additions and 27 deletions
|
@ -28,6 +28,7 @@ java_library(
|
|||
"//java/com/google/common/io",
|
||||
"//java/com/google/common/net",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/auto:auto_value",
|
||||
"//third_party/java/dagger",
|
||||
"//third_party/java/joda_time",
|
||||
"//third_party/java/jsr305_annotations",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue