Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
b01275e1
Commit
b01275e1
authored
May 12, 2016
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dac0a693
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
MultiResponseEntity.java
...ava/com/ctrip/apollo/common/http/MultiResponseEntity.java
+1
-1
RichResponseEntity.java
...java/com/ctrip/apollo/common/http/RichResponseEntity.java
+0
-4
No files found.
apollo-common/src/main/java/com/ctrip/apollo/common/http/MultiResponseEntity.java
View file @
b01275e1
...
...
@@ -6,7 +6,7 @@ import java.util.LinkedList;
import
java.util.List
;
/**
* 一个Response中包含多个ResponseEntity
,每个ResponseEntity都包含完整的Response信息
* 一个Response中包含多个ResponseEntity
*/
public
class
MultiResponseEntity
<
T
>
{
...
...
apollo-common/src/main/java/com/ctrip/apollo/common/http/RichResponseEntity.java
View file @
b01275e1
...
...
@@ -2,10 +2,6 @@ package com.ctrip.apollo.common.http;
import
org.springframework.http.HttpStatus
;
/**
* 增强ResponseEntity,使得ResponseEntity可以附加message信息
* @param <T>
*/
public
class
RichResponseEntity
<
T
>{
private
int
code
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment