summaryrefslogtreecommitdiffstats
path: root/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java
diff options
context:
space:
mode:
Diffstat (limited to 'rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java')
-rw-r--r--rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java30
1 files changed, 15 insertions, 15 deletions
diff --git a/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java
index c837aec..19fc7d5 100644
--- a/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java
+++ b/rest-client/src/test/java/org/openo/baseservice/roa/util/restclient/TestRestfulResponse.java
@@ -1,5 +1,5 @@
/*
- * 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.
@@ -39,7 +39,7 @@ import java.util.Map;
* </p>
*
* @author
- * @version SDNO 0.5 20-Jun-2016
+ * @version 20-Jun-2016
*/
public class TestRestfulResponse {
@@ -50,7 +50,7 @@ public class TestRestfulResponse {
* <br/>
*
* @throws java.lang.Exception
- * @since SDNO 0.5
+ * @since
*/
@BeforeClass
public static void setUpBeforeClass() throws Exception {
@@ -60,7 +60,7 @@ public class TestRestfulResponse {
* <br/>
*
* @throws java.lang.Exception
- * @since SDNO 0.5
+ * @since
*/
@AfterClass
public static void tearDownAfterClass() throws Exception {
@@ -70,7 +70,7 @@ public class TestRestfulResponse {
* <br/>
*
* @throws java.lang.Exception
- * @since SDNO 0.5
+ * @since
*/
@Before
public void setUp() throws Exception {
@@ -80,7 +80,7 @@ public class TestRestfulResponse {
* <br/>
*
* @throws java.lang.Exception
- * @since SDNO 0.5
+ * @since
*/
@After
public void tearDown() throws Exception {
@@ -89,7 +89,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testGetStatus() {
@@ -107,7 +107,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testSetStatus() {
@@ -121,7 +121,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testGetRespHeaderMap() {
@@ -140,7 +140,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testSetRespHeaderMap() {
@@ -159,7 +159,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testGetRespHeaderInt() {
@@ -186,7 +186,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testGetRespHeaderLong() {
@@ -220,7 +220,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testGetRespHeaderStr() {
@@ -244,7 +244,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testGetResponseContent() {
@@ -259,7 +259,7 @@ public class TestRestfulResponse {
/**
* <br/>
*
- * @since SDNO 0.5
+ * @since
*/
@Test
public void testSetResponseJson() {