ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/RunHost.java
(Generate patch)

Comparing projects/cms/source/host/java/RunHost.java (file contents):
Revision 1.2 by tdb, Wed Jan 24 01:25:59 2001 UTC vs.
Revision 1.3 by ab11, Mon Mar 19 17:30:17 2001 UTC

# Line 1 | Line 1
1   class RunHost {
2  
3 <        public static void main( String[] args){
4 <        
5 <                while ( true ){
6 <                        JavaHost host = new JavaHost(args[0], 4567);
7 <                }
8 <        
9 <        } // psvm
10 <
11 <
3 >    public static void main( String[] args){
4 >    
5 >        while ( true ){
6 >            JavaHost host = new JavaHost(args[0], 4567);
7 >        }
8 >    
9 >    } // psvm
10  
11   } // class

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines