ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java (file contents):
Revision 1.14 by tdb, Sun Jan 28 05:57:29 2001 UTC vs.
Revision 1.15 by tdb, Sun Jan 28 05:58:46 2001 UTC

# Line 44 | Line 44 | public class ClientInterfaceMain implements Component
44          
45          Configuration config = _refman.getCM().getConfiguration("ClientInterface");
46          if (config == null) {
47 <            thrown new ComponentStartException("Unable to obtain configuration for component");
47 >            throw new ComponentStartException("Unable to obtain configuration for component");
48          }
49          else {
50              try {
# Line 52 | Line 52 | public class ClientInterfaceMain implements Component
52                  ourName = config.getProperty("RootFilter.realtimeInterfaceName");
53                  listenPort = Integer.parseInt(config.getProperty("ClientInterface.listenPort"));
54              } catch (org.omg.CORBA.MARSHAL e) {
55 <                thrown new ComponentStartException("Unable to obtain requried configuration property for component");
55 >                throw new ComponentStartException("Unable to obtain requried configuration property for component");
56              }
57          }
58          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines