Skip to content

Commit

Permalink
correct JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
klk32003 committed Apr 14, 2021
1 parent 0d18997 commit 5b6eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/jmri/jmrit/vsdecoder/VSDecoderManager.java
Expand Up @@ -568,7 +568,7 @@ protected void shutdownDecoders() {
/**
* Delete a VSDecoder
*
* @address The DCC address of the VSDecoder
* @param address The DCC address of the VSDecoder
*/
public void deleteDecoder(String address) {
log.debug("delete Decoder called, VSDedoder DCC address: {}", address);
Expand Down

0 comments on commit 5b6eb5d

Please sign in to comment.