File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
spring-core/src/main/java/org/springframework/util Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2020 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.
45
45
* Assert.notNull(clazz, "The class must not be null");
46
46
* Assert.isTrue(i > 0, "The value must be greater than zero");</pre>
47
47
*
48
- * <p>Mainly for internal use within the framework; consider
49
- * <a href="https://commons.apache.org/proper/commons-lang/">Apache's Commons Lang</a>
50
- * for a more comprehensive suite of {@code String} utilities.
48
+ * <p>Mainly for internal use within the framework; for a more comprehensive suite
49
+ * of assertion utilities consider {@code org.apache.commons.lang3.Validate} from
50
+ * <a href="https://commons.apache.org/proper/commons-lang/">Apache Commons Lang</a>,
51
+ * Google Guava's
52
+ * <a href="https://github.com/google/guava/wiki/PreconditionsExplained">Preconditions</a>,
53
+ * or similar third-party libraries.
51
54
*
52
55
* @author Keith Donald
53
56
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments