We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf03c5 commit ebabd16Copy full SHA for ebabd16
spring-session-data-mongodb/src/main/java/org/springframework/session/data/mongo/MongoSessionUtils.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2017 the original author or authors.
+ * Copyright 2014-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
27
28
* @author Greg Turnquist
29
*/
30
-public final class MongoSessionUtils {
+final class MongoSessionUtils {
31
32
private MongoSessionUtils() {
33
}
0 commit comments