Skip to content
Snippets Groups Projects
Commit e887fd76 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed missing deprecated annotation.

parent 06492c67
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,10 @@ public abstract class AbstractMeasurement<T extends ObservedMeasurement<T>>
return baseWeight.clone();
}
/** {@inheritDoc} */
@Override
/** {@inheritDoc}
* @deprecated as of 9.3, replaced by {@link #getSatellites()}
*/
@Deprecated
public List<Integer> getPropagatorsIndices() {
return satellites.stream().map(s -> s.getPropagatorIndex()).collect(Collectors.toList());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment