Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-05-30 19:55:25 +0000
committerRoberto E. Escobar2014-08-28 23:58:28 +0000
commit72b171ca3a58dd69dcdf4b40d2ed0bbdaad40730 (patch)
treeb1a787d66fe663b0d2551f5101598246762bf2ba /plugins/org.eclipse.osee.account.rest.model
parent022bdc82bb30e433c042ff966ccf79d722e84608 (diff)
downloadorg.eclipse.osee-72b171ca3a58dd69dcdf4b40d2ed0bbdaad40730.tar.gz
org.eclipse.osee-72b171ca3a58dd69dcdf4b40d2ed0bbdaad40730.tar.xz
org.eclipse.osee-72b171ca3a58dd69dcdf4b40d2ed0bbdaad40730.zip
feature[ats_ATS58839]: Remove osee/oseex from JAX-RS Endpoint Paths
Diffstat (limited to 'plugins/org.eclipse.osee.account.rest.model')
-rw-r--r--plugins/org.eclipse.osee.account.rest.model/src/org/eclipse/osee/account/rest/model/AccountContexts.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.account.rest.model/src/org/eclipse/osee/account/rest/model/AccountContexts.java b/plugins/org.eclipse.osee.account.rest.model/src/org/eclipse/osee/account/rest/model/AccountContexts.java
index e97a0e31962..23eb90a6f27 100644
--- a/plugins/org.eclipse.osee.account.rest.model/src/org/eclipse/osee/account/rest/model/AccountContexts.java
+++ b/plugins/org.eclipse.osee.account.rest.model/src/org/eclipse/osee/account/rest/model/AccountContexts.java
@@ -19,7 +19,6 @@ public final class AccountContexts {
// Constants Class
}
- public static final String ACCOUNTS_BASE = "oseex";
public static final String ACCOUNTS = "accounts";
public static final String ACCOUNT_PREFERENCES = "preferences";
public static final String ACCOUNT_ACTIVE = "active";

Back to the top