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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java (file contents):
Revision 1.37 by ajm, Mon Mar 19 13:56:22 2001 UTC vs.
Revision 1.38 by tdb, Mon Mar 19 18:06:21 2001 UTC

# Line 126 | Line 126 | public class HostDisplayPanel extends JPanel {
126              }
127          });
128          try {
129 <            _heartbeatTimer = new PacketTimer("Next Heartbeat", Integer.parseInt(Configuration.getInstance().getServerProperty("Host" + hostName, "Host.TCPUpdateTime")));
129 >            _heartbeatTimer = new PacketTimer("Next Heartbeat", Integer.parseInt(Configuration.getInstance().getServerProperty("Host." + hostName, "Host.TCPUpdateTime")));
130              _dataTimer = new PacketTimer("Next Data", Integer.parseInt(Configuration.getInstance().getServerProperty("Host." + hostName, "Host.UDPUpdateTime")));
131          } catch (NumberFormatException e) {
132              throw new NumberFormatException("unable to obtain a valid value for Host.UDP/TCPUpdateTime");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines