Author: sebb Date: Sun Jul 24 14:27:20 2011 New Revision: 1150379 URL: http://svn.apache.org/viewvc?rev=1150379&view=rev Log: Nested inline tags are not allowed
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ExceptionContext.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ExceptionContext.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ExceptionContext.java?rev=1150379&r1=1150378&r2=1150379&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ExceptionContext.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ExceptionContext.java Sun Jul 24 14:27:20 2011 @@ -302,7 +302,7 @@ public class ExceptionContext implements /** * Replaces a non-serializable object with an error message string. * - * @param obj Object that does not implement the {@code Serializable + * @param obj Object that does not implement the {@code Serializable} * interface. * @return a string that mentions which class could not be serialized. */