Committed by
Gerrit Code Review
fixed minor checkstyle build error
Change-Id: Ic09ff32131d6a692e28856c6576fead87a55bce8
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -323,7 +323,7 @@ public class AsyncConsistentSetMultimapTest extends AtomixTestBase { | ... | @@ -323,7 +323,7 @@ public class AsyncConsistentSetMultimapTest extends AtomixTestBase { |
| 323 | 323 | ||
| 324 | /** | 324 | /** |
| 325 | * Tests the get, keySet, keys, values, and entries implementations as well | 325 | * Tests the get, keySet, keys, values, and entries implementations as well |
| 326 | - * as a trivial test of the asMap functionality (throws error) | 326 | + * as a trivial test of the asMap functionality (throws error). |
| 327 | * @throws Exception | 327 | * @throws Exception |
| 328 | */ | 328 | */ |
| 329 | @Ignore | 329 | @Ignore | ... | ... |
-
Please register or login to post a comment