From cf90df8f5cf99b167a176128a3e54656fae85205 Mon Sep 17 00:00:00 2001 From: pinguo-liuhongwei Date: Sat, 22 Aug 2015 15:11:19 +0800 Subject: [PATCH] Update Main.java fixed: The invalid import of PluginProtos caused compile errors --- compiler/com/netease/protocGenAs3/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/com/netease/protocGenAs3/Main.java b/compiler/com/netease/protocGenAs3/Main.java index c6765b9..6c5fc8c 100644 --- a/compiler/com/netease/protocGenAs3/Main.java +++ b/compiler/com/netease/protocGenAs3/Main.java @@ -8,7 +8,7 @@ // as listed at . package com.netease.protocGenAs3; -import static google.protobuf.compiler.Plugin.*; +import static com.google.protobuf.compiler.PluginProtos.*; import static com.google.protobuf.DescriptorProtos.*; import com.google.protobuf.*; import java.io.*;