cvs commit: spice/sandbox/sca/src/java/org/realityforge/sca/connector ActivePinger.java
Peter Donald <[email protected]> Tue, 04 Nov 2003 18:38:12 -0800
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
donaldp 03/11/04 18:38:12
Modified: sandbox/sca/src/java/org/realityforge/sca/connector
ActivePinger.java
Log:
Add final
Revision Changes Path
1.2 +1 -1 spice/sandbox/sca/src/java/org/realityforge/sca/connector/ActivePinger.java
Index: ActivePinger.java
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/sca/src/java/org/realityforge/sca/connector/ActivePinger.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ActivePinger.java 5 Nov 2003 01:11:58 -0000 1.1
+++ ActivePinger.java 5 Nov 2003 02:38:12 -0000 1.2
@@ -47,7 +47,7 @@
*/
public synchronized void deactivate()
{
- Thread thread = _thread;
+ final Thread thread = _thread;
_thread = null;
while ( !_ended )
{
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/