diff --git a/src/java/org/apache/commons/lang/ClassUtils.java b/src/java/org/apache/commons/lang/ClassUtils.java index ef9917f63..a690c1542 100644 --- a/src/java/org/apache/commons/lang/ClassUtils.java +++ b/src/java/org/apache/commons/lang/ClassUtils.java @@ -31,6 +31,11 @@ *

This class handles invalid null inputs as best it can. * Each method documents its behaviour in more detail.

* + *

The notion of a canonical name includes the human + * readable name for the type, for example int[]. The + * non-canonical method variants work with the JVM names, such as + * [I.

+ * * @author Stephen Colebourne * @author Gary Gregory * @author Norm Deane