# HG changeset patch # User amenkov # Date 1286460800 -14400 # Node ID cb693e02b3ed515d15ccc05031643e06da0f846b # Parent 909ae26ceccede33ea9776e8095cf53c320345bd 6984047: sound sources needs vendor rebranding changes (jdk7 only) Reviewed-by: ohair diff -r 909ae26cecce -r cb693e02b3ed jdk/src/share/classes/com/sun/media/sound/RealTimeSequencer.java --- a/jdk/src/share/classes/com/sun/media/sound/RealTimeSequencer.java Thu Oct 07 12:48:16 2010 +0400 +++ b/jdk/src/share/classes/com/sun/media/sound/RealTimeSequencer.java Thu Oct 07 18:13:20 2010 +0400 @@ -1069,7 +1069,7 @@ private static class RealTimeSequencerInfo extends MidiDevice.Info { private static final String name = "Real Time Sequencer"; - private static final String vendor = "Sun Microsystems"; + private static final String vendor = "Oracle Corporation"; private static final String description = "Software sequencer"; private static final String version = "Version 1.0"; diff -r 909ae26cecce -r cb693e02b3ed jdk/src/share/classes/javax/sound/sampled/AudioSystem.java --- a/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java Thu Oct 07 12:48:16 2010 +0400 +++ b/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java Thu Oct 07 18:13:20 2010 +0400 @@ -63,7 +63,7 @@ *

Properties can be used to specify the default mixer * for specific line types. * Both system properties and a properties file are considered. - * In the Sun reference implementation, the properties file is + * In the Oracle reference implementation, the properties file is * "lib/sound.properties" in the JRE * directory. If a property exists both as a system property and in the * properties file, the system property takes precedence. If none is