File tree 2 files changed +3
-3
lines changed
spring-session/src/main/java/org/springframework/session 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2014-2016 the original author or authors.
2
+ * Copyright 2014-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@ public interface FindByIndexNameSessionRepository<S extends Session>
52
52
* {@link FindByIndexNameSessionRepository#PRINCIPAL_NAME_INDEX_NAME} and the value of
53
53
* the specified principal name.
54
54
*
55
- * @param indexName the name if the index (i.e.
55
+ * @param indexName the name of the index (i.e.
56
56
* {@link FindByIndexNameSessionRepository#PRINCIPAL_NAME_INDEX_NAME})
57
57
* @param indexValue the value of the index to search for.
58
58
* @return a Map (never null) of the session id to the {@link Session} of all sessions
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ public class RedisOperationsSessionRepository implements
277
277
static final String LAST_ACCESSED_ATTR = "lastAccessedTime" ;
278
278
279
279
/**
280
- * The prefix of the key for used for session attributes. The suffix is the name of
280
+ * The prefix of the key used for session attributes. The suffix is the name of
281
281
* the session attribute. For example, if the session contained an attribute named
282
282
* attributeName, then there would be an entry in the hash named
283
283
* sessionAttr:attributeName that mapped to its value.
You can’t perform that action at this time.
0 commit comments