Fix javadoc warnings.

cusax-fix
Sebastien Vincent 16 years ago
parent a01a3f888e
commit 1b08909d23

@ -365,7 +365,7 @@ public CaptureDeviceInfo getAudioCaptureDevice()
* Gets the list of audio capture devices which are available through this
* <code>DeviceConfiguration</code>, amongst which is
* {@link #getAudioCaptureDevice()} and represent acceptable values
* for {@link #setAudioCaptureDevice(CaptureDeviceInfo)}
* for {@link #setAudioCaptureDevice(CaptureDeviceInfo, boolean)}
*
* @return an array of <code>CaptureDeviceInfo</code> describing the audio
* capture devices available through this
@ -384,7 +384,7 @@ public CaptureDeviceInfo[] getAvailableAudioCaptureDevices()
* Gets the list of audio capture devices which are available through this
* <code>DeviceConfiguration</code>, amongst which is
* {@link #getAudioCaptureDevice()} and represent acceptable values
* for {@link #setAudioCaptureDevice(CaptureDeviceInfo)}
* for {@link #setAudioCaptureDevice(CaptureDeviceInfo, boolean)}
*
* @param soundSystem
* filter capture devices only from the supplied audio system.
@ -434,7 +434,7 @@ public CaptureDeviceInfo[] getAvailableAudioPlaybackDevices()
* Gets the list of video capture devices which are available through this
* <code>DeviceConfiguration</code>, amongst which is
* {@link #getVideoCaptureDevice()} and represent acceptable values
* for {@link #setVideoCaptureDevice(CaptureDeviceInfo)}
* for {@link #setVideoCaptureDevice(CaptureDeviceInfo, boolean)}
*
* @return an array of <code>CaptureDeviceInfo</code> describing the video
* capture devices available through this

@ -1905,8 +1905,6 @@ public Component createLocalVisualComponent()
/**
* Dispose local visual <tt>Component</tt> of the local peer.
*
* @return visual <tt>Component</tt>
*/
public void disposeLocalVisualComponent()
{

Loading…
Cancel
Save