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