Skip to content

Commit

Permalink
Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Jun 7, 2014
1 parent 5d1b7fc commit c0d4d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/net/sf/marineapi/nmea/sentence/APBSentence.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public interface APBSentence extends Sentence {
/**
* Sets the bearing from origin to destination true or magnetic.
*
* @return True if true bearing, false for magnetic.
* @param isTrue True if true bearing, false for magnetic.
*/
void setBearingOriginToDestionationTrue(boolean isTrue);

Expand All @@ -176,7 +176,7 @@ public interface APBSentence extends Sentence {
/**
* Sets the bearing from current position to destination true or magnetic.
*
* @return True if true bearing, false for magnetic.
* @param isTrue True if true bearing, false for magnetic.
*/
void setBearingPositionToDestinationTrue(boolean isTrue);

Expand Down Expand Up @@ -219,7 +219,7 @@ public interface APBSentence extends Sentence {
/**
* Sets the heading to destionation true or magnetic.
*
* @return True if true heading, false for magnetic.
* @param isTrue True if true heading, false for magnetic.
*/
void setHeadingToDestinationTrue(boolean isTrue);

Expand Down

0 comments on commit c0d4d8f

Please sign in to comment.