Skip to content

Commit

Permalink
adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pete_ authored and pete_ committed Sep 6, 2019
1 parent d852a27 commit fd01917
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/src/jmri/jmrit/logix/Tracker.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ protected String getStatus() {

/**
* Check if there is a path set between blkA and blkB with at most
* one dark block between them.
* one dark block between them. If there is both a path set to exit blkA
* and a path set to enter blkB, the path is PathSet.SET. If there an exit
* or entry path set, but not both, the path is PathSet.PARTIAL. If there
* is neither an exit path not an entry path set, the path is PathSet.NO.
* blkA is the current Head or Tail block
* blkB is a block from the headRange or tailRange, where entry may be possible
*/
Expand Down

0 comments on commit fd01917

Please sign in to comment.