Yuta HIGUCHI

checkstyle

Change-Id: Ia0e7cd249ea495b317c77d5cd3947f4eb2d8ee34
...@@ -960,7 +960,7 @@ public class GossipDeviceStore ...@@ -960,7 +960,7 @@ public class GossipDeviceStore
960 final PortFragmentId portFragId = new PortFragmentId(deviceId, provId, num); 960 final PortFragmentId portFragId = new PortFragmentId(deviceId, provId, num);
961 961
962 Timestamp advPortTimestamp = portAds.get(portFragId); 962 Timestamp advPortTimestamp = portAds.get(portFragId);
963 - if ( advPortTimestamp == null || lPort.isNewer(advPortTimestamp)) { 963 + if (advPortTimestamp == null || lPort.isNewer(advPortTimestamp)) {
964 // remote does not have it or outdated, suggest 964 // remote does not have it or outdated, suggest
965 notifyPeer(sender, new InternalPortStatusEvent(provId, deviceId, lPort)); 965 notifyPeer(sender, new InternalPortStatusEvent(provId, deviceId, lPort));
966 } else if (!lPort.timestamp().equals(advPortTimestamp)) { 966 } else if (!lPort.timestamp().equals(advPortTimestamp)) {
......