am c4e7b92f: Merge "Make the tag field public."

* commit 'c4e7b92fefce5b069f50659363c8878612303510':
  Make the tag field public.
diff --git a/java/src/main/java/com/google/protobuf/nano/Extension.java b/java/src/main/java/com/google/protobuf/nano/Extension.java
index 962f66e..a851daf 100644
--- a/java/src/main/java/com/google/protobuf/nano/Extension.java
+++ b/java/src/main/java/com/google/protobuf/nano/Extension.java
@@ -138,7 +138,7 @@
     /**
      * Tag number of this extension.
      */
-    protected final int tag;
+    public final int tag;
 
     /**
      * Whether this extension is repeated.