Commit 5a9b4501 authored by Brian Duff's avatar Brian Duff

Make the tag field public.

Change-Id: Ibfda5bb1ac3150ea90d82a152730be76a2f8bf71
parent 553d39f9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment