--- jsampler/trunk/src/org/jsampler/task/EnableAudioDevice.java 2006/08/07 18:01:57 910 +++ jsampler/trunk/src/org/jsampler/task/EnableAudioDevice.java 2006/08/07 18:25:58 911 @@ -31,7 +31,7 @@ /** - * + * This task enables/disables a specific audio output device. * @author Grigor Iliev */ public class EnableAudioDevice extends EnhancedTask { @@ -40,7 +40,7 @@ /** * Creates new instance of EnableAudioDevice. - * @param dev The id of the device whose parameter should be enabled/disabled. + * @param dev The id of the device to be enabled/disabled. * @param enable Specify true to enable the audio device; * code>false to disable it. */ @@ -53,6 +53,7 @@ this.enable = enable; } + /** The entry point of the task. */ public void run() { try {