Commit b01275e1 by lepdou

update

parent dac0a693
......@@ -6,7 +6,7 @@ import java.util.LinkedList;
import java.util.List;
/**
* 一个Response中包含多个ResponseEntity,每个ResponseEntity都包含完整的Response信息
* 一个Response中包含多个ResponseEntity
*/
public class MultiResponseEntity<T> {
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment