Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/913#discussion_r156085895
--- Diff:
core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java ---
@@ -1104,4 +1013,36 @@ public String findPassword() {
return getConfig(SshTool.PROP_PASSWORD);
}
+ /** @deprecated since 5.0.1; mutex-related methods are now accessible
via {@link #mutexes()} */
--- End diff --
Should be `since 1.0.0` (same elsewhere).---
