[ 
https://issues.apache.org/jira/browse/RYA-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319375#comment-16319375
 ] 

ASF GitHub Bot commented on RYA-303:
------------------------------------

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

    https://github.com/apache/incubator-rya/pull/172#discussion_r160550034
  
    --- 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 --
    
    Messsed up switch white space.


> Mongo PCJ indexer support
> -------------------------
>
>                 Key: RYA-303
>                 URL: https://issues.apache.org/jira/browse/RYA-303
>             Project: Rya
>          Issue Type: Improvement
>            Reporter: Andrew Smith
>            Assignee: Andrew Smith
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to