Skip to content

Commit ebabd16

Browse files
committed
Make MongoSessionUtils package private
See gh-2170
1 parent 9bf03c5 commit ebabd16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-session-data-mongodb/src/main/java/org/springframework/session/data/mongo/MongoSessionUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 the original author or authors.
2+
* Copyright 2014-2022 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.
@@ -27,7 +27,7 @@
2727
*
2828
* @author Greg Turnquist
2929
*/
30-
public final class MongoSessionUtils {
30+
final class MongoSessionUtils {
3131

3232
private MongoSessionUtils() {
3333
}

0 commit comments

Comments
 (0)