aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-10-27 15:02:54 +0800
committer“shentao” <shentao@chinamobile.com>2016-10-27 15:02:54 +0800
commitc60278ca93270bb9f49c65339dbe34c039551fe0 (patch)
tree6f994a36e04ba07cc5db92ba90b8be06d8074d85 /openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java
parent320b831367c168e0067ba58b765d709020fee64e (diff)
issue-id GSO-64
Change-Id: I0c6433c630c3afac827140df7bcafa643f94b90d Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java')
-rw-r--r--openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java b/openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java
new file mode 100644
index 00000000..b27c73e6
--- /dev/null
+++ b/openo-portal/portal-package/src/main/java/org/openo/portal/system/Constants.java
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2016, CMCC Technologies Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.openo.portal.system;
+
+public class Constants {
+ public final static String MARK_COLON = ":";
+}