mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Remove unused method in pubsub.Subscription
This commit is contained in:
parent
7374caefef
commit
0e847f34f3
1 changed files with 0 additions and 8 deletions
|
@ -150,12 +150,4 @@ public class Subscription extends NodeExtension {
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void appendAttribute(StringBuilder builder, String att, String value) {
|
|
||||||
builder.append(' ');
|
|
||||||
builder.append(att);
|
|
||||||
builder.append("='");
|
|
||||||
builder.append(value);
|
|
||||||
builder.append('\'');
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue