commit | 820842726ce52676aecf9f40ee4b23f8f66d50f3 | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@onlab.us> | Tue May 31 16:57:50 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jun 01 01:09:52 2016 +0000 |
tree | e8e38c0db012dffa62e6062aa1a4bcbce990d53f | |
parent | 1d8212316dd811a22089ee3552a1b7bfcc6b667d [diff] |
fixed minor checkstyle build error Change-Id: Ic09ff32131d6a692e28856c6576fead87a55bce8
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 f92b51f..7c1c539 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
@@ -323,7 +323,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