Skip to content
Snippets Groups Projects
Commit 241bfa6c authored by Lyubomir Marinov's avatar Lyubomir Marinov
Browse files

Fixes warnings, spelling mistakes.

parent 25c82d4a
Branches
Tags
No related merge requests found
......@@ -13,7 +13,6 @@
import org.jitsi.impl.neomedia.device.*;
import org.jitsi.impl.neomedia.jmfext.media.protocol.*;
import org.jitsi.util.*;
/**
* Implements <tt>DataSource</tt> and <tt>CaptureDevice</tt> for MacCoreaudio.
......@@ -23,12 +22,6 @@
public class DataSource
extends AbstractPullBufferCaptureDevice
{
/**
* The <tt>Logger</tt> used by the <tt>DataSource</tt> class and its
* instances for logging output.
*/
private static final Logger logger = Logger.getLogger(DataSource.class);
/**
* The indicator which determines whether this <tt>DataSource</tt> will
* use audio quality improvement in accord with the preferences of the user.
......
......@@ -41,6 +41,7 @@ public class MacCoreaudioStream
* enabled for this <tt>MacCoreaudioStream</tt> in accord with the
* preferences of the user.
*/
@SuppressWarnings("unused") // under development
private final boolean audioQualityImprovement;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment