mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Renamed BdfWriter methods, added support for NULL_VALUE.
This commit is contained in:
@@ -288,7 +288,7 @@ class TransportPropertyManagerImpl implements TransportPropertyManager,
|
||||
w.writeListStart();
|
||||
w.writeRaw(dev.getBytes());
|
||||
w.writeString(t.getString());
|
||||
w.writeInteger(version);
|
||||
w.writeLong(version);
|
||||
w.writeDictionary(p);
|
||||
w.writeListEnd();
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user