commit | ef10b73d0d1df5b3994006216f09af40449d2b9c | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Thu May 26 16:10:08 2016 -0700 |
committer | alshabib <alshabibi.ali@gmail.com> | Thu May 26 16:10:28 2016 -0700 |
tree | 8c65ed3a0747047f3509a69fcd2a7f7c39dc201a | |
parent | fd724409edb458be847b4d6e6f37ba41646a7e90 [diff] |
fixing a build failure that snuck in. Change-Id: I54c295885df9c150b4526da263f50246ed5e05d1
diff --git a/core/store/primitives/src/test/java/org/onosproject/store/primitives/resources/impl/AsyncConsistentSetMultimapTest.java b/core/store/primitives/src/test/java/org/onosproject/store/primitives/resources/impl/AsyncConsistentSetMultimapTest.java index 313b098..74a8873 100644 --- a/core/store/primitives/src/test/java/org/onosproject/store/primitives/resources/impl/AsyncConsistentSetMultimapTest.java +++ b/core/store/primitives/src/test/java/org/onosproject/store/primitives/resources/impl/AsyncConsistentSetMultimapTest.java
@@ -321,7 +321,7 @@ /** * Tests the get, keySet, keys, values, and entries implementations as well - * as a trivial test of the asMap functionality (throws error) + * as a trivial test of the asMap functionality (throws error). * @throws Exception */ @Ignore