diff options
author | Alex Clayton <alex.clayton@isode.com> | 2014-06-25 10:12:13 (GMT) |
---|---|---|
committer | Alex Clayton <alex.clayton@isode.com> | 2014-06-26 11:03:31 (GMT) |
commit | f17907c88ed455f3e4bacaa737ef0406a82ef64c (patch) | |
tree | caed300b826d33f9359f55a44521ab1bc5d4c8ff /test/com | |
parent | db8568aa6a9bbfa8dca9cdae696e8428a0068d89 (diff) | |
download | stroke-f17907c88ed455f3e4bacaa737ef0406a82ef64c.zip stroke-f17907c88ed455f3e4bacaa737ef0406a82ef64c.tar.bz2 |
Import SimpleEventLoop into stroke
Import the class SimpleEventLoop from Swiften into Stroke. This also involves renaming the current
SimpleEventLoop class to ImmediateEventLoop
Test Information:
By code inspection.
Change-Id: Ie108a7b3ff98bb078cdd0017f4536e8bd9b76956
Signed-off-by: Alex Clayton <alex.clayton@isode.com>
Diffstat (limited to 'test/com')
-rw-r--r-- | test/com/isode/stroke/parser/XMLParserTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/com/isode/stroke/parser/XMLParserTest.java b/test/com/isode/stroke/parser/XMLParserTest.java index d9406bd..41c10cb 100644 --- a/test/com/isode/stroke/parser/XMLParserTest.java +++ b/test/com/isode/stroke/parser/XMLParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011, Isode Limited, London, England. + * Copyright (c) 2010-2014, Isode Limited, London, England. * All rights reserved. */ /* @@ -8,7 +8,6 @@ */ package com.isode.stroke.parser; -import com.isode.stroke.eventloop.SimpleEventLoop; import java.util.ArrayList; import java.util.List; import java.util.logging.Level; |