Fix "FindBugs" warning.
This commit is contained in:
parent
103276c53b
commit
60a8f03baf
|
@ -344,4 +344,11 @@ public class FieldDenseMatrix<T>
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** {@inheritDoc} */
|
||||||
|
@Override
|
||||||
|
public int hashCode() {
|
||||||
|
assert false : "hashCode not designed";
|
||||||
|
return 42; // Any arbitrary constant will do.
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue