We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a330e commit 3958a37Copy full SHA for 3958a37
1 file changed
src/main/java/de/serosystems/lib1090/msgs/PositionMsg.java
@@ -11,7 +11,8 @@ public interface PositionMsg {
11
boolean hasValidPosition();
12
13
/**
14
- * @return the CPR encoded position that was announced in this message
+ * @return the CPR encoded position that was announced in this message.
15
+ * The method may return an invalid position if #hasValidPosition() is false.
16
*/
17
CPREncodedPosition getCPREncodedPosition();
18
0 commit comments