浏览代码

Merge "Make the tag field public."

Brian Duff 11 年之前
父节点
当前提交
e1458bba77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      java/src/main/java/com/google/protobuf/nano/Extension.java

+ 1 - 1
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.