Document behavior for null inputs in class JavaDoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1561010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-01-24 13:58:55 +00:00
parent 4403166697
commit 2b2eaf5af1
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
/** /**
* Operations regarding the classpath. * Operations regarding the classpath.
* *
* <p>The methods of this class do not allow {@code null} inputs.</p>
*
* @since 3.3 * @since 3.3
* @version $Id$ * @version $Id$
*/ */