File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ng-appserver/src/main/java/ng/appserver/wointegration Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ public class NGLifebeatThread extends Thread {
47
47
public MessageGenerator _messageGenerator ;
48
48
49
49
/**
50
- * FIXME: Yeah, this sucks
50
+ * The standard messages we will send
51
51
*/
52
52
public static class MessageGenerator {
53
- private byte [] _hasStarted ;
54
- private byte [] _lifebeat ;
55
- public byte [] _willStop ;
56
- private byte [] _willCrash ;
57
- private byte [] _versionRequest ;
53
+ private final byte [] _hasStarted ;
54
+ private final byte [] _lifebeat ;
55
+ public final byte [] _willStop ;
56
+ private final byte [] _willCrash ;
57
+ private final byte [] _versionRequest ;
58
58
59
59
public MessageGenerator ( final String appName , final String localhostName , final int appPort ) {
60
60
final String preString = "GET /cgi-bin/WebObjects/wotaskd.woa/wlb?" ;
You can’t perform that action at this time.
0 commit comments