mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
BdfList and BdfDictionary don't need to be thread-safe.
Same goes for Metadata.
This commit is contained in:
@@ -75,7 +75,7 @@ class BlogPostValidator extends BdfMessageValidator {
|
||||
BdfMessageContext c;
|
||||
|
||||
int type = body.getLong(0).intValue();
|
||||
body.removeElementAt(0);
|
||||
body.remove(0);
|
||||
switch (MessageType.valueOf(type)) {
|
||||
case POST:
|
||||
c = validatePost(m, g, body);
|
||||
|
||||
Reference in New Issue
Block a user