< prev index next >

test/java/lang/StringBuffer/AppendStringBuilder.java

Print this page

        

@@ -21,10 +21,11 @@
  * questions.
  */
 /* @test
  * @bug 6206780
  * @summary Test StringBuffer.append(StringBuilder);
+ * @key randomness
  */
 
 import java.util.Random;
 
 public class AppendStringBuilder {
< prev index next >