6984047: sound sources needs vendor rebranding changes (jdk7 only)
Reviewed-by: ohair
This commit is contained in:
parent
cdf0f01c92
commit
1e7137761d
@ -1069,7 +1069,7 @@ class RealTimeSequencer extends AbstractMidiDevice implements Sequencer, AutoCon
|
||||
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";
|
||||
|
||||
|
@ -63,7 +63,7 @@ import com.sun.media.sound.JDK13Services;
|
||||
* <p>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
|
||||
|
Loading…
x
Reference in New Issue
Block a user