Thomas Vachuska

Fixing javadocs.

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