fixing a build failure that snuck in.
Change-Id: I54c295885df9c150b4526da263f50246ed5e05d1
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -321,7 +321,7 @@ public class AsyncConsistentSetMultimapTest extends AtomixTestBase { | ... | @@ -321,7 +321,7 @@ public class AsyncConsistentSetMultimapTest extends AtomixTestBase { |
| 321 | 321 | ||
| 322 | /** | 322 | /** |
| 323 | * Tests the get, keySet, keys, values, and entries implementations as well | 323 | * Tests the get, keySet, keys, values, and entries implementations as well |
| 324 | - * as a trivial test of the asMap functionality (throws error) | 324 | + * as a trivial test of the asMap functionality (throws error). |
| 325 | * @throws Exception | 325 | * @throws Exception |
| 326 | */ | 326 | */ |
| 327 | @Ignore | 327 | @Ignore | ... | ... |
-
Please register or login to post a comment