Skip to content

Commit

Permalink
Javadoc syntax error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Oct 11, 2019
1 parent 56a30c4 commit fc6a018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/harctoolbox/irp/HasPreferOvers.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public interface HasPreferOvers {

/**
* Returns the prefer-overs.
* @return Set<String> of the names of protocols that are prefer-overs.
* @return Set<String> of the names of protocols that are prefer-overs.
*/
public Set<String> getPreferOverNames();

Expand Down

0 comments on commit fc6a018

Please sign in to comment.