[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r460 - /projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.osgi.zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/discovery/AnnunceListnerThread.java

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Sep 24 17:20:24 CEST 2012


Author: manlio.bacco
Date: Mon Sep 24 17:20:24 2012
New Revision: 460

Log:
cosmetic fixes

Modified:
    projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.osgi.zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/discovery/AnnunceListnerThread.java

Modified: projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.osgi.zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/discovery/AnnunceListnerThread.java
==============================================================================
--- projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.osgi.zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/discovery/AnnunceListnerThread.java (original)
+++ projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.osgi.zigbee.basedriver/src/main/java/it/cnr/isti/zigbee/basedriver/discovery/AnnunceListnerThread.java Mon Sep 24 17:20:24 2012
@@ -70,12 +70,9 @@
 			ZToolAddress64 ieeeAddress, ZToolAddress16 destinationAddress,
 			int capabilitiesBitmask) {
 		
-		
-		logger.info("Recieved an ANNUNCE from {} {}", senderAddress, ieeeAddress);		
+		logger.info("received an ANNUNCE from {} {}", senderAddress, ieeeAddress);		
 		queue.push(senderAddress, ieeeAddress);	
-		annuncedNode( new ZigBeeNodeImpl( senderAddress.get16BitValue(), ieeeAddress ) );
-		
-		
+		annuncedNode( new ZigBeeNodeImpl( senderAddress.get16BitValue(), ieeeAddress ) );		
 	}
 
 	private void annuncedNode(ZigBeeNode node) {
@@ -98,6 +95,5 @@
 				logger.error("Handled excepetion during notification", ex);
 			}
 		}
-	}
-	
-}
+	}	
+}




More information about the Commit mailing list