Commit 3386500
committed
Fix CheckReturnValue error: assign compute() result to unused variable
Error Prone requires compute() return value to be used. Using
Object unused to satisfy the check (var not available with source 1.8).1 parent 217afb9 commit 3386500
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
1107 | | - | |
| 1107 | + | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
| |||
0 commit comments