mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02: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:
parent
d20b83c820
commit
4598c5f105
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue