| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |