mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Rename message length method.
This commit is contained in:
@@ -50,7 +50,7 @@ public class Message {
|
||||
/**
|
||||
* Returns the length of the raw message in bytes.
|
||||
*/
|
||||
public int getLength() {
|
||||
public int getRawLength() {
|
||||
return raw.length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user