mirror of
https://github.com/google/nomulus
synced 2026-05-13 03:11:49 +00:00
Remove unnecessary Dagger qualifier
The @JsonPayload qualifier is not used because the field are contrustor injected. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222829281
This commit is contained in:
@@ -35,7 +35,7 @@ public final class JsonActionRunner {
|
||||
Map<String, ?> handleJsonRequest(Map<String, ?> json);
|
||||
}
|
||||
|
||||
@JsonPayload Map<String, Object> payload;
|
||||
Map<String, Object> payload;
|
||||
JsonResponse response;
|
||||
|
||||
@Inject public JsonActionRunner(@JsonPayload Map<String, Object> payload, JsonResponse response) {
|
||||
|
||||
Reference in New Issue
Block a user