| Index: third_party/protobuf/java/core/src/main/java/com/google/protobuf/Extension.java
|
| diff --git a/third_party/protobuf/java/src/main/java/com/google/protobuf/Extension.java b/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Extension.java
|
| similarity index 99%
|
| rename from third_party/protobuf/java/src/main/java/com/google/protobuf/Extension.java
|
| rename to third_party/protobuf/java/core/src/main/java/com/google/protobuf/Extension.java
|
| index 68d29f33d47b43ffaa1253903a5e12b1c3bb6f41..08ec5b45416cc0d5afff39823d5134df34e784a5 100644
|
| --- a/third_party/protobuf/java/src/main/java/com/google/protobuf/Extension.java
|
| +++ b/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Extension.java
|
| @@ -42,6 +42,7 @@ public abstract class Extension<ContainingType extends MessageLite, Type>
|
| public abstract Descriptors.FieldDescriptor getDescriptor();
|
|
|
| /** Returns whether or not this extension is a Lite Extension. */
|
| + @Override
|
| final boolean isLite() {
|
| return false;
|
| }
|
|
|