File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spring-test/src/main/java/org/springframework/mock/web
spring-web/src/test/java/org/springframework/mock/web/test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2013 the original author or authors.
2+ * Copyright 2002-2017 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public class MockSessionCookieConfig implements SessionCookieConfig {
3939
4040 private boolean secure ;
4141
42- private int maxAge ;
42+ private int maxAge = - 1 ;
4343
4444
4545 @ Override
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2013 the original author or authors.
2+ * Copyright 2002-2017 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public class MockSessionCookieConfig implements SessionCookieConfig {
3939
4040 private boolean secure ;
4141
42- private int maxAge ;
42+ private int maxAge = - 1 ;
4343
4444
4545 @ Override
You can’t perform that action at this time.
0 commit comments