mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
VarInt: make value
member private
This commit is contained in:
parent
7e1be32369
commit
6671bc01c6
@ -23,9 +23,7 @@ import com.google.common.primitives.Ints;
|
||||
* A variable-length encoded unsigned integer using Satoshi's encoding (a.k.a. "CompactSize").
|
||||
*/
|
||||
public class VarInt {
|
||||
/** @deprecated use {{@link #intValue()} or {{@link #longValue()}}} */
|
||||
@Deprecated
|
||||
public final long value;
|
||||
private final long value;
|
||||
private final int originallyEncodedSize;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user