Reomoves empty lines.

cusax-fix
Symphorien Wanko 19 years ago
parent 66f8361a64
commit 2ffa30a2f7

@ -23,7 +23,7 @@
* This Class implements a JingleMediaSession. which serve as a wrapper
* for a RtpFlow, allowing us to receive and transmit audio.
*
* based on Thiago Camargo's JingleScMediaManager from jingle
* based on Thiago Camargo's media manager from jingle
*
* @author Symphorien Wanko
*/

@ -17,7 +17,7 @@
/**
* Implements a JingleMediaManager backed by JMF.
*
* based on Thiago Camargo's JingleScMediaManager from jingle
* based on Thiago Camargo's media manager from jingle
*
* @author Symphorien Wanko
*/
@ -62,7 +62,7 @@ public JingleMediaSession createMediaSession(
* Setup API supported Payloads
*
* http://tools.ietf.org/html/rfc3551#page-32 to view the
*corresponsdance between PayloadType and codec
* corresponsdance between PayloadType and codec
*/
private void setupPayloads() {

@ -21,6 +21,8 @@
/**
* Media utils
* A collection of static methods related to media.
*
* @author Symphorien Wanko
*/
public abstract class MediaUtils
{
@ -31,11 +33,6 @@ public abstract class MediaUtils
private static final Logger logger =
Logger.getLogger(MediaUtils.class);
/** Creates a new instance of MediaUtils */
public MediaUtils()
{
}
/**
* <tt>getAudioEncoding</tt> return an <tt>Hashtable</tt>
* with one entry in a format wich can be directly passed

Loading…
Cancel
Save