Changeset 16399
- Timestamp:
- 2008-07-14 19:44:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gli/trunk/src/org/greenstone/gatherer/collection/CollectionManager.java
r16304 r16399 1352 1352 * within a GS2 installation. This method can be adjusted as scheduling becomes available for more 1353 1353 * more situations. */ 1354 p rivateboolean canDoScheduling() {1354 public static boolean canDoScheduling() { 1355 1355 if(Gatherer.isGsdlRemote) { 1356 1356 return false;
