Thomas Vachuska

Fixing javadocs.

Change-Id: I25e0475d841565c6cb25720b4e1c632f0b712afd
...@@ -125,7 +125,6 @@ public class SelectGroupHandler { ...@@ -125,7 +125,6 @@ public class SelectGroupHandler {
125 * @param deviceId target device id to update the group 125 * @param deviceId target device id to update the group
126 * @param nodeList updated gateway node list for bucket action 126 * @param nodeList updated gateway node list for bucket action
127 * @param isInsert update type(add or remove) 127 * @param isInsert update type(add or remove)
128 - * @return result of process
129 */ 128 */
130 public void updateGatewayGroupBuckets(DeviceId deviceId, 129 public void updateGatewayGroupBuckets(DeviceId deviceId,
131 List<GatewayNode> nodeList, 130 List<GatewayNode> nodeList,
......