From 18e9ab4c0f3b67bcc8cd78754812beed39e424dd Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 27 Jul 2018 13:14:04 +0200 Subject: [PATCH] Polish --- .../java/org/springframework/session/MapSessionRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-session-core/src/main/java/org/springframework/session/MapSessionRepository.java b/spring-session-core/src/main/java/org/springframework/session/MapSessionRepository.java index c18332c0..82225e9a 100644 --- a/spring-session-core/src/main/java/org/springframework/session/MapSessionRepository.java +++ b/spring-session-core/src/main/java/org/springframework/session/MapSessionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 the original author or authors. + * Copyright 2014-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.