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:
parent
86fa327f83
commit
eb0372549c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue