Changeset 37688 for main


Ignore:
Timestamp:
2023-04-20T16:21:53+12:00 (12 months ago)
Author:
anupama
Message:

Some improvements to comments that don't belong with upcoming commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/file/FileAssociationManager.java

    r37677 r37688  
    8989            } else if(StaticStrings.LINUX_OPEN_COMMAND == null) {
    9090                // StaticStrings.LINUX_OPEN_COMMAND not set yet: if we never tried to
    91                 // work out the default linux file launch command yet, then we'll test
    92                 // whether any known linux open command is available on this linux.
     91                // work out the default linux file launch command yet, then we'll now
     92                // test whether any known linux open command is available on this linux.
    9393
    9494                // xdg-open comes pre-installed on Ubuntu linux, but not on all linux
     
    110110
    111111                // either we have a default linux open command or not
    112                 // If we don't, set it to empty, so we don't work out
    113                 // linux value for each file extension (for each time
    114                 // FileAssociationManager is called) hereafter.
     112                // If we don't, set it to empty, so we don't try working out
     113                // the linux open command value for each file extension (for
     114                // each iteration of the FileAssociationManager loop) hereafter.
    115115                if(StaticStrings.LINUX_OPEN_COMMAND == null) {
    116116                StaticStrings.LINUX_OPEN_COMMAND = "";
    117117                }
    118118            }
    119             // else StaticStrings.LINUX_OPEN_COMMAND = ""; which means
    120             // we could never work out a feasible file open command on this linux
     119            // else StaticStrings.LINUX_OPEN_COMMAND = ""; which means at some point
     120            // we'd tried but failed to work out a feasible file open command for this linux
    121121            }
    122122        }
Note: See TracChangeset for help on using the changeset viewer.