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: add missing service annotation to cluster node parser method (#1743)
### Motivation
The service annotation on the I18n parameter of
`ClusterCommand#defaultNetworkClusterNodeParser` was missing.
### Modification
Add the missing service annotation.
### Result
The method parameter can now be injected and using certain `cluster`
commands no longer results in an exception.
##### Other context
Fixes#1742
0 commit comments