< prev index next >

test/java/util/Properties/ConcurrentLoadAndStoreXML.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 8005281
  * @summary Test that the Properties storeToXML and loadFromXML methods are
  *   thread safe
+ * @key randomness
  */
 
 import java.io.*;
 import java.util.Properties;
 import java.util.Random;
< prev index next >