jdk/test/sun/nio/cs/TestConverterDroppedCharacters.java
changeset 44115 bb4e971bf5d4
parent 5506 202f599c92aa
--- a/jdk/test/sun/nio/cs/TestConverterDroppedCharacters.java	Wed Mar 08 14:45:27 2017 -0800
+++ b/jdk/test/sun/nio/cs/TestConverterDroppedCharacters.java	Wed Mar 08 17:17:41 2017 -0800
@@ -22,11 +22,12 @@
  */
 
 /* @test
-   @bug 4122961
-   @summary Verify that converters don't drop characters on buffer boundaries
+ * @bug 4122961
+ * @summary Verify that converters don't drop characters on buffer boundaries
 
-   This is a slightly modified version of the attachment supplied with the
-   bug report.
+ * This is a slightly modified version of the attachment supplied with the
+ * bug report.
+ * @modules jdk.charsets
  */
 import java.io.*;