Project

General

Profile

Revision 549

Added by Greg Tress about 16 years ago

fixed various runtime exceptions in the applet

View differences:

ColonetServerInterface.java
220 220
			if (reader != null) {
221 221
				reader.close();
222 222
			}
223

  
224 223
			if (out != null) {
225 224
				out.close();
226 225
			}
226
			colonet.disconnect();
227 227
		} catch (IOException e) {
228 228
		}
229 229
	}

Also available in: Unified diff