* SAM: Volatiles and finals

This commit is contained in:
zzz
2012-08-08 17:01:59 +00:00
parent 9cee0ee504
commit d8dd76c6e0
13 changed files with 88 additions and 123 deletions

View File

@@ -46,7 +46,7 @@ public class SAMv1Handler extends SAMHandler implements SAMRawReceiver, SAMDatag
protected SAMDatagramSession getDatagramSession() {return datagramSession ;}
protected SAMStreamSession getStreamSession() {return streamSession ;}
protected long _id;
protected final long _id;
protected static volatile long __id = 0;
/**