Merge "Make the tag field public."

pull/91/head
Brian Duff 11 years ago committed by Gerrit Code Review
commit e1458bba77
  1. 2
      java/src/main/java/com/google/protobuf/nano/Extension.java

@ -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.

Loading…
Cancel
Save