Changeset 16399 for gli/trunk


Ignore:
Timestamp:
2008-07-14T19:44:01+12:00 (16 years ago)
Author:
ak19
Message:

Making canDoScheduling() a static public method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/collection/CollectionManager.java

    r16304 r16399  
    13521352     * within a GS2 installation. This method can be adjusted as scheduling becomes available for more
    13531353     * more situations. */
    1354     private boolean canDoScheduling() {
     1354    public static boolean canDoScheduling() {
    13551355    if(Gatherer.isGsdlRemote) {
    13561356        return false;
Note: See TracChangeset for help on using the changeset viewer.