mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-07 13:41:08 +01:00
Make Forwarded a generic type
Fixes SMACK-821.
This commit is contained in:
parent
c1b32f8e11
commit
fe7d3bec30
13 changed files with 101 additions and 51 deletions
|
|
@ -45,7 +45,7 @@ public class ForwardedTest {
|
|||
public void forwardedTest() throws Exception {
|
||||
XmlPullParser parser;
|
||||
String control;
|
||||
Forwarded fwd;
|
||||
Forwarded<?> fwd;
|
||||
|
||||
control = XMLBuilder.create("forwarded")
|
||||
.a("xmlns", "urn:xmpp:forwarded:0")
|
||||
|
|
@ -71,7 +71,7 @@ public class ForwardedTest {
|
|||
public void forwardedWithDelayTest() throws Exception {
|
||||
XmlPullParser parser;
|
||||
String control;
|
||||
Forwarded fwd;
|
||||
Forwarded<?> fwd;
|
||||
|
||||
// @formatter:off
|
||||
control = XMLBuilder.create("forwarded").a("xmlns", "urn:xmpp:forwarded:0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue