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:
parent
63febb4f93
commit
0cf21a482b
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue