Github user duncangrant commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/636#discussion_r111567843
  
    --- Diff: 
utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java ---
    @@ -621,6 +621,7 @@ private static Object getFlag(Map<?,?> flags, String 
flagName, Object defaultVal
         public static String installJava(int version) {
             Preconditions.checkArgument(version == 6 || version == 7 || 
version == 8, "Supported Java versions are 6, 7, or 8");
             List<String> commands = new LinkedList<String>();
    +        commands.add(ok(addOpenJDKPPK()));
    --- End diff --
    
    Should this only happen if the version is 6 or 7?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to