< prev index next >

test/java/util/Properties/ConcurrentLoadAndStoreXML.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @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 >