mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-15 03:59:38 +02:00
Rename SmackConfiguration.DEBUG_ENABLED to DEBUG
This commit is contained in:
parent
672d131280
commit
440af7675a
12 changed files with 25 additions and 25 deletions
|
@ -32,7 +32,7 @@ public class FileTransferNegotiatorTest {
|
|||
@Before
|
||||
public void setUp() throws Exception {
|
||||
// Uncomment this to enable debug output
|
||||
// XMPPConnection.DEBUG_ENABLED = true;
|
||||
// SmackConfiguration.DEBUG = true;
|
||||
|
||||
connection = new DummyConnection();
|
||||
connection.connect();
|
||||
|
|
|
@ -43,7 +43,7 @@ public class ItemValidationTest extends InitExtensions {
|
|||
public void setUp() throws Exception
|
||||
{
|
||||
// Uncomment this to enable debug output
|
||||
// XMPPConnection.DEBUG_ENABLED = true;
|
||||
// SmackConfiguration.DEBUG = true;
|
||||
|
||||
connection = new ThreadedDummyConnection();
|
||||
connection.connect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue