Skip to content

Commit

Permalink
fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
icklesteve committed Apr 25, 2020
1 parent 2702458 commit 58e4248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/jmri/Timebase.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ public interface Timebase extends NamedBean {
* Set internalMaster and update fields.
*
* @param master true if fast clock time is derived from internal computer clock,
* false if derived from hardware clock
* @param update
* false if derived from hardware clock.
* @param update true to send update, else false.
*/
public void setInternalMaster(boolean master, boolean update);

Expand Down

0 comments on commit 58e4248

Please sign in to comment.