commit | a6285547f55f3c6266eda8ed6cd56ba044cc4fc4 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Thu Jan 12 15:08:24 2017 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Mon Jan 16 18:27:18 2017 +0000 |
tree | 804137700dd7bc30ad251032542994781d5b0d99 | |
parent | 605758e015febe21409110ab77a4777774541a89 [diff] |
Remove unnecessary semicolons Change-Id: I2b4429d7a2d61b5ba7fe89e73735db14b8244bb8
diff --git a/core/api/src/main/java/org/onosproject/net/group/GroupService.java b/core/api/src/main/java/org/onosproject/net/group/GroupService.java index 692bde8..47e0882 100644 --- a/core/api/src/main/java/org/onosproject/net/group/GroupService.java +++ b/core/api/src/main/java/org/onosproject/net/group/GroupService.java
@@ -115,7 +115,7 @@ /** * Purges all group entries. */ - default void purgeGroupEntries() {}; + default void purgeGroupEntries() {} /** * Deletes a group associated to an application cookie.
diff --git a/core/api/src/main/java/org/onosproject/net/group/GroupStore.java b/core/api/src/main/java/org/onosproject/net/group/GroupStore.java index 776cc60..0c0c06c 100644 --- a/core/api/src/main/java/org/onosproject/net/group/GroupStore.java +++ b/core/api/src/main/java/org/onosproject/net/group/GroupStore.java
@@ -127,7 +127,7 @@ /** * Removes all group entries from store. */ - default void purgeGroupEntries() {}; + default void purgeGroupEntries() {} /** * A group entry that is present in switch but not in the store.
diff --git a/core/store/dist/src/main/java/org/onosproject/store/group/impl/DistributedGroupStore.java b/core/store/dist/src/main/java/org/onosproject/store/group/impl/DistributedGroupStore.java index c6ee95e..28e3302 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/group/impl/DistributedGroupStore.java +++ b/core/store/dist/src/main/java/org/onosproject/store/group/impl/DistributedGroupStore.java
@@ -249,7 +249,7 @@ } else { return groupTopic; } - }; + } /** * Returns the group store eventual consistent key map.