mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 07:29:06 +00:00
Add missing Override tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1563714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19c1c3bb9b
commit
3b50199358
@ -272,6 +272,7 @@ public class IntervalsSet extends AbstractRegion<Euclidean1D, Euclidean1D> imple
|
|||||||
/** {@inheritDoc}
|
/** {@inheritDoc}
|
||||||
* @since 3.3
|
* @since 3.3
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public BoundaryProjection<Euclidean1D> projectToBoundary(final Point<Euclidean1D> point) {
|
public BoundaryProjection<Euclidean1D> projectToBoundary(final Point<Euclidean1D> point) {
|
||||||
|
|
||||||
// get position of test point
|
// get position of test point
|
||||||
|
@ -46,6 +46,7 @@ public class SubOrientedPoint extends AbstractSubHyperplane<Euclidean1D, Euclide
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
/** {@inheritDoc} */
|
||||||
|
@Override
|
||||||
public boolean isEmpty() {
|
public boolean isEmpty() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -478,6 +478,7 @@ public class ArcsSet extends AbstractRegion<Sphere1D, Sphere1D> implements Itera
|
|||||||
/** {@inheritDoc}
|
/** {@inheritDoc}
|
||||||
* @since 3.3
|
* @since 3.3
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public BoundaryProjection<Sphere1D> projectToBoundary(final Point<Sphere1D> point) {
|
public BoundaryProjection<Sphere1D> projectToBoundary(final Point<Sphere1D> point) {
|
||||||
|
|
||||||
// get position of test point
|
// get position of test point
|
||||||
|
@ -44,6 +44,7 @@ public class SubLimitAngle extends AbstractSubHyperplane<Sphere1D, Sphere1D> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
/** {@inheritDoc} */
|
||||||
|
@Override
|
||||||
public boolean isEmpty() {
|
public boolean isEmpty() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user