Polishing (in particular updating javadoc references to Apache Commons)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2013 the original author or authors.
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -41,7 +41,7 @@ import java.util.Map;
|
||||
* Assert.notNull(clazz, "The class must not be null");
|
||||
* Assert.isTrue(i > 0, "The value must be greater than zero");</pre>
|
||||
*
|
||||
* Mainly for internal use within the framework; consider Jakarta's Commons Lang
|
||||
* Mainly for internal use within the framework; consider Apache's Commons Lang
|
||||
* >= 2.0 for a more comprehensive suite of assertion utilities.
|
||||
*
|
||||
* @author Keith Donald
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2014 the original author or authors.
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -27,7 +27,7 @@ import java.util.Set;
|
||||
|
||||
/**
|
||||
* Miscellaneous utility methods for number conversion and parsing.
|
||||
* Mainly for internal use within the framework; consider Jakarta's
|
||||
* Mainly for internal use within the framework; consider Apache's
|
||||
* Commons Lang for a more comprehensive suite of string utilities.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2014 the original author or authors.
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -35,7 +35,7 @@ import java.util.TreeSet;
|
||||
* Miscellaneous {@link String} utility methods.
|
||||
*
|
||||
* <p>Mainly for internal use within the framework; consider
|
||||
* <a href="http://jakarta.apache.org/commons/lang/">Jakarta's Commons Lang</a>
|
||||
* <a href="http://jakarta.apache.org/commons/lang/">Apache's Commons Lang</a>
|
||||
* for a more comprehensive suite of String utilities.
|
||||
*
|
||||
* <p>This class delivers some simple functionality that should really
|
||||
|
||||
Reference in New Issue
Block a user