ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
projects
/
cms
/
source
/
host
/
java
/
RunHost.java
Revision:
1.3
Committed:
Mon Mar 19 17:30:17 2001 UTC
(24 years, 9 months ago) by
ab11
Branch:
MAIN
CVS Tags:
PROJECT_COMPLETION
Changes since
1.2
:
+7 -9 lines
Log Message:
Removed dead code and converted all tabs to spaces ready for printing.
File Contents
#
User
Rev
Content
1
ab11
1.1
class
RunHost
{
2
3
ab11
1.3
public
static
void
main
(
String
[]
args
){
4
5
while
(
true
){
6
JavaHost
host
=
new
JavaHost
(
args
[
0
]
,
4567
);
7
}
8
9
}
// psvm
10
ab11
1.1
11
tdb
1.2
}
// class