Skip to content

Commit 32c2801

Browse files
committed
Make SessionUpdateEntryProcessor public
Resolves: #1265
1 parent c5b43f0 commit 32c2801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-session-hazelcast/src/main/java/org/springframework/session/hazelcast/SessionUpdateEntryProcessor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
* @since 2.0.5
3333
* @see HazelcastSessionRepository#save(HazelcastSessionRepository.HazelcastSession)
3434
*/
35-
class SessionUpdateEntryProcessor extends AbstractEntryProcessor<String, MapSession> {
35+
public class SessionUpdateEntryProcessor
36+
extends AbstractEntryProcessor<String, MapSession> {
3637

3738
private Instant lastAccessedTime;
3839

0 commit comments

Comments
 (0)