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:
Greg Shikhman 2016-07-19 14:00:20 -07:00 committed by Justine Tunney
parent a879afa075
commit 5522135f5a
2 changed files with 27 additions and 27 deletions

View file

@ -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",