aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/devices
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2014-12-30 17:54:28 -0800
committerPhil Burk <[email protected]>2014-12-30 17:54:28 -0800
commit6bed96c300097e29760330afaafeba44bb943470 (patch)
tree4bee0dbd44087c5b88eaad251668a4e3f6350475 /src/com/jsyn/devices
parente4cb838aa8a9eff7332069c421001df37689af91 (diff)
Remove obsolete com.softsynth.util package.
Fix a few warnings.
Diffstat (limited to 'src/com/jsyn/devices')
-rw-r--r--src/com/jsyn/devices/AudioDeviceFactory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/jsyn/devices/AudioDeviceFactory.java b/src/com/jsyn/devices/AudioDeviceFactory.java
index 58b9772..612c81d 100644
--- a/src/com/jsyn/devices/AudioDeviceFactory.java
+++ b/src/com/jsyn/devices/AudioDeviceFactory.java
@@ -64,6 +64,7 @@ public class AudioDeviceFactory {
private static void tryJavaSound() {
if (instance == null) {
try {
+ @SuppressWarnings("unchecked")
Class<AudioDeviceManager> clazz = JavaTools.loadClass(
"com.jsyn.devices.javasound.JavaSoundAudioDevice", false);
if (clazz != null) {