Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 0e954492a3edb4490883e7b84ac1502ffd213b3c (plain) (blame)
1
2
System.out.println("Server Name: " + serverName_ + ", port=" + serverPort_
		+ ", numOrbs=" + numOrbs_);

Back to the top