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

Added forgotten public qualifiers.

parent d822c78a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import org.orekit.time.AbsoluteDate;
* @author Luc Maisonobe
* @see LOSBuilder
*/
interface LOSTransform extends ParametricModel {
public interface LOSTransform extends ParametricModel {
/** Transform a line-of-sight.
* @param i los pixel index
......
......@@ -25,7 +25,7 @@ import org.orekit.rugged.utils.ParametricModel;
* @author Luc Maisonobe
* @see LOSBuilder
*/
interface TimeIndependentLOSTransform extends ParametricModel {
public interface TimeIndependentLOSTransform extends ParametricModel {
/** Transform a line-of-sight.
* @param i los pixel index
......
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