You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(java): Fix variable mismatch: ctx vs context (#1024)
There were two snippets that were not consistent in the naming of their
context variable. In one case, `ctx` did not exist, in the other,
`context` did not exist.
0 commit comments