summaryrefslogtreecommitdiffstats
path: root/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'common-util/src/main/java/org/openo/baseservice/util/RestUtils.java')
-rw-r--r--common-util/src/main/java/org/openo/baseservice/util/RestUtils.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java b/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java
index ee250b1..2661d69 100644
--- a/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java
+++ b/common-util/src/main/java/org/openo/baseservice/util/RestUtils.java
@@ -1,11 +1,11 @@
/*
- * Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ * Copyright 2016 Huawei 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
+ * 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,
@@ -31,7 +31,7 @@ import javax.servlet.http.HttpServletRequest;
* </p>
*
* @author
- * @version SDNO 0.5 31-May-2016
+ * @version 31-May-2016
*/
public final class RestUtils {
@@ -46,7 +46,7 @@ public final class RestUtils {
*
* @param request : request object.
* @return Request body as string.
- * @since SDNO 0.5
+ * @since
*/
public static String getRequestBody(final HttpServletRequest request) {
String body = null;