You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/11/17 15:45:48 UTC

[isis] branch v2 updated: ISIS-1991: another typo

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 99b4e84  ISIS-1991: another typo
99b4e84 is described below

commit 99b4e8481ba59005982dc2e144c90cc9ea5e7e31
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Nov 17 16:45:43 2018 +0100

    ISIS-1991: another typo
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1991
---
 .../java/org/apache/isis/core/runtime/system/context/IsisContext.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java
index 1cc3804..c233482 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java
@@ -131,7 +131,7 @@ public interface IsisContext {
         private static DeploymentType parseDeploymentType(String deploymentTypeLiteral) {
             
             switch(deploymentTypeLiteral) {
-            case "server_prototyping":
+            case "server_prototype":
             case "prototyping":
                 return DeploymentType.PROTOTYPING;
             case "server":