Skip to content

Commit

Permalink
API change - make method public
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Nov 27, 2024
1 parent 064102a commit d0a8c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openlcb/ProtocolIdentification.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public List<String> getProtocolNames() {
* @param protocol enum representing the protocol bit to test
* @return true if protocol is supported, false otherwise.
*/
boolean hasProtocol(Protocol protocol) {
public boolean hasProtocol(Protocol protocol) {
return protocol.supports(value);
}
}

0 comments on commit d0a8c2e

Please sign in to comment.