--- jsampler/trunk/src/org/jsampler/task/UpdateAudioDevices.java 2006/08/07 18:01:57 910 +++ jsampler/trunk/src/org/jsampler/task/UpdateAudioDevices.java 2006/08/07 18:25:58 911 @@ -34,16 +34,18 @@ /** - * + * This task updates the audio device list and all audio devices' settings. * @author Grigor Iliev */ public class UpdateAudioDevices extends EnhancedTask { + /** Creates a new instance of UpdateAudioDevices. */ public UpdateAudioDevices() { setTitle("UpdateAudioDevices_task"); setDescription(i18n.getMessage("UpdateAudioDevices.description")); } + /** The entry point of the task. */ public void run() { try {