Remove @Override for consistency

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1083704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mikkel Meyer Andersen 2011-03-21 08:51:05 +00:00
parent 31fa9a7faa
commit 840143f195

View File

@ -152,7 +152,6 @@ public abstract class AbstractRealMatrix implements RealMatrix {
}
/** {@inheritDoc} */
@Override
public RealMatrix power(final int p) {
if (p < 0) {
throw new IllegalArgumentException("p must be >= 0");