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
Currently the StartupStep interface has a Tags tags() method that exposes the immutable collection of Tags.
We should update the Javadoc. Right now it's mentioning a "mutable" collection, but the mutating methods have been moved in the meantime to the StartupStep interface directly.
Also, for consistency we should make the tags a proper getter method.
The text was updated successfully, but these errors were encountered:
Currently the
StartupStep
interface has aTags tags()
method that exposes the immutable collection of Tags.We should update the Javadoc. Right now it's mentioning a "mutable" collection, but the mutating methods have been moved in the meantime to the
StartupStep
interface directly.Also, for consistency we should make the
tags
a proper getter method.The text was updated successfully, but these errors were encountered: