提交 6b84c332 编写于 作者: S Sam Brannen

Polishing

上级 088a50c1
...@@ -51,6 +51,7 @@ import org.springframework.web.util.WebUtils; ...@@ -51,6 +51,7 @@ import org.springframework.web.util.WebUtils;
* *
* @author Juergen Hoeller * @author Juergen Hoeller
* @author Rod Johnson * @author Rod Johnson
* @author Brian Clozel
* @since 1.0.2 * @since 1.0.2
*/ */
public class MockHttpServletResponse implements HttpServletResponse { public class MockHttpServletResponse implements HttpServletResponse {
...@@ -65,7 +66,7 @@ public class MockHttpServletResponse implements HttpServletResponse { ...@@ -65,7 +66,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
private static final String DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss zzz"; private static final String DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss zzz";
private static TimeZone GMT = TimeZone.getTimeZone("GMT"); private static final TimeZone GMT = TimeZone.getTimeZone("GMT");
//--------------------------------------------------------------------- //---------------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册