--- old/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java 2017-05-18 14:08:08.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java 2017-05-18 14:08:08.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -72,13 +72,16 @@ * {@link Properties#load(InputStream) Properties.load}. The following table * lists the available property keys and which methods consider them: * - * - * + *
Audio System Property Keys
+ * + * * * * * * + * + * * * * @@ -99,6 +102,7 @@ * * * + * *
Audio System Property Keys
Property KeyInterfaceAffected Method(s)
{@code javax.sound.sampled.Clip}{@link Clip}{@link TargetDataLine}{@link #getLine}, {@link #getTargetDataLine}
* * The property value consists of the provider class name and the mixer name,