Removed trailing space.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-10-03 04:19:48 +00:00
parent 63febb4f93
commit 0cf21a482b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class MathInternalError extends MathIllegalStateException {
public MathInternalError(final Throwable cause) {
super(cause, LocalizedFormats.INTERNAL_ERROR, REPORT_URL);
}
/**
* Constructor accepting a localized message.
*