1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-13 11:09:39 +02:00

Code Refactoring and Fixes

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7363 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-03-03 05:20:17 +00:00 committed by thiago
parent 76bd42da26
commit 3c455c8367
36 changed files with 420 additions and 29 deletions

View file

@ -81,6 +81,7 @@ import java.util.List;
* </p>
*
* @author Alvaro Saurin
* @author Thiago Camargo
*/
public class JingleManagerTest extends SmackTestCase {

View file

@ -18,7 +18,7 @@ import java.util.ArrayList;
/**
* Test the STUN IP resolver.
*
* @author alvaro
* @author Thiago Camargo
*/
public class STUNResolverTest extends SmackTestCase {