added a missing @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@788047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fee5df4e6f
commit
c8a6ed4c40
|
@ -941,6 +941,7 @@ public class ComplexTest extends TestCase {
|
||||||
this(other.getReal(), other.getImaginary());
|
this(other.getReal(), other.getImaginary());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected TestComplex createComplex(double real, double imaginary){
|
protected TestComplex createComplex(double real, double imaginary){
|
||||||
return new TestComplex(real, imaginary);
|
return new TestComplex(real, imaginary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue