File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2023 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.
25
25
*
26
26
* <p>Customizers are created by {@link ContextCustomizerFactory} implementations.
27
27
*
28
- * <p>Implementations must implement correct {@code equals} and {@code hashCode}
28
+ * <p><strong>WARNING</strong>: implementations must implement correct
29
+ * {@link Object#equals(Object) equals} and {@link Object#hashCode() hashCode}
29
30
* methods since customizers form part of the {@link MergedContextConfiguration}
30
31
* which is used as a cache key.
31
32
*
You can’t perform that action at this time.
0 commit comments