1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 09:35:23 +02:00

Changed the default port number value to 10000.

This commit is contained in:
Mikhail Khodjaiants 2003-12-02 16:22:54 +00:00
parent 86fa327f83
commit eb0372549c

View file

@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Shell;
public class TCPSettingsBlock extends Observable public class TCPSettingsBlock extends Observable
{ {
private final static String DEFAULT_HOST_NAME = "localhost"; private final static String DEFAULT_HOST_NAME = "localhost";
private final static String DEFAULT_PORT_NUMBER = "8000"; private final static String DEFAULT_PORT_NUMBER = "10000";
private Shell fShell; private Shell fShell;