Make the tag field public.

Change-Id: Ibfda5bb1ac3150ea90d82a152730be76a2f8bf71
This commit is contained in:
Brian Duff 2014-09-02 20:53:34 -07:00
parent 553d39f9d8
commit 5a9b4501db

View File

@ -138,7 +138,7 @@ public class Extension<M extends ExtendableMessageNano<M>, T> {
/**
* Tag number of this extension.
*/
protected final int tag;
public final int tag;
/**
* Whether this extension is repeated.