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
|
@ -940,7 +940,8 @@ public class ComplexTest extends TestCase {
|
|||
public TestComplex(Complex other){
|
||||
this(other.getReal(), other.getImaginary());
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected TestComplex createComplex(double real, double imaginary){
|
||||
return new TestComplex(real, imaginary);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue