Index: hbase-protocol/src/main/java/com/google/protobuf/ZeroCopyLiteralByteString.java =================================================================== --- hbase-protocol/src/main/java/com/google/protobuf/ZeroCopyLiteralByteString.java (revision 1556989) +++ hbase-protocol/src/main/java/com/google/protobuf/ZeroCopyLiteralByteString.java (working copy) @@ -27,11 +27,10 @@ * * @since 0.96.1 */ -public final class ZeroCopyLiteralByteString extends LiteralByteString { +public final class ZeroCopyLiteralByteString { // Gotten from AsyncHBase code base with permission. /** Private constructor so this class cannot be instantiated. */ private ZeroCopyLiteralByteString() { - super(null); throw new UnsupportedOperationException("Should never be here."); }