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

    https://github.com/apache/incubator-rya/pull/172#discussion_r160762129
  
    --- Diff: 
extras/shell/src/main/java/org/apache/rya/shell/util/InstallPrompt.java ---
    @@ -91,14 +91,14 @@ public InstallConfiguration 
promptInstallConfiguration(final String instanceName
                 checkState(storageType.isPresent(), "The shell must be 
connected to a storage to use the install prompt.");
     
                 
switch(sharedShellState.getShellState().getStorageType().get()) {
    -                case ACCUMULO:
    -                    return promptAccumuloConfig(instanceName);
    +            case ACCUMULO:
    +                return promptAccumuloConfig(instanceName);
     
    -                case MONGO:
    -                    return promptMongoConfig(instanceName);
    +            case MONGO:
    +                return promptMongoConfig(instanceName);
     
    -                default:
    -                    throw new IllegalStateException("Unsupported storage 
type: " + storageType.get());
    +            default:
    +                throw new IllegalStateException("Unsupported storage type: 
" + storageType.get());
    --- End diff --
    
    done


---

Reply via email to