mirror of
https://github.com/apache/commons-math.git
synced 2025-02-09 03:25:31 +00:00
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:
parent
31fa9a7faa
commit
840143f195
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user