summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/src/com/google/polo/wire/protobuf/ProtobufWireAdapter.java3
-rw-r--r--proto/polo.proto1
2 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/google/polo/wire/protobuf/ProtobufWireAdapter.java b/java/src/com/google/polo/wire/protobuf/ProtobufWireAdapter.java
index 50c8035..ea3a7cb 100644
--- a/java/src/com/google/polo/wire/protobuf/ProtobufWireAdapter.java
+++ b/java/src/com/google/polo/wire/protobuf/ProtobufWireAdapter.java
@@ -32,8 +32,7 @@ import com.google.polo.pairing.message.PoloMessage;
import com.google.polo.pairing.message.SecretAckMessage;
import com.google.polo.pairing.message.SecretMessage;
import com.google.polo.wire.PoloWireInterface;
-import com.google.polo.wire.protobuf.nano.PoloProto;
-import com.google.polo.wire.protobuf.nano.PoloProto.OuterMessage;
+import com.google.polo.wire.protobuf.PoloProto.OuterMessage;
import com.google.protobuf.nano.MessageNano;
import java.io.IOException;
diff --git a/proto/polo.proto b/proto/polo.proto
index fbe95e9..0491439 100644
--- a/proto/polo.proto
+++ b/proto/polo.proto
@@ -2,6 +2,7 @@
package polo.wire.protobuf;
+option javanano_use_deprecated_package = true;
option java_outer_classname = "PoloProto";
option java_package = "com.google.polo.wire.protobuf";
option optimize_for = LITE_RUNTIME;