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

Promote Kalman MEasurementDecorator to public visibility.

parent df70fbfc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ import org.orekit.time.AbsoluteDate;
* @author Luc Maisonobe
* @since 9.2
*/
class MeasurementDecorator implements Measurement {
public class MeasurementDecorator implements Measurement {
/** Wrapped observed measurement. */
private final ObservedMeasurement<?> observedMeasurement;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment