Changeset 16471
- Timestamp:
- 2008-07-18T17:36:43+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/src/org/greenstone/gatherer/remote/RemoteGreenstoneServer.java
r16371 r16471 306 306 } 307 307 catch(java.net.ConnectException exception) { 308 if(exception.getMessage(). equals("Connection refused")) {308 if(exception.getMessage().trim().startsWith("Connection refused")) { 309 309 exit = true; 310 310 } else {
Note:
See TracChangeset
for help on using the changeset viewer.