From 13f94b4092cff9bc36a62adb4bf2e362b4f85979 Mon Sep 17 00:00:00 2001 From: Peter Marton Date: Mon, 26 Mar 2018 16:07:45 -0700 Subject: Fix strict JS generator with import in a protofile --- js/test9.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/test9.proto') diff --git a/js/test9.proto b/js/test9.proto index 4eeac02a..9f680852 100644 --- a/js/test9.proto +++ b/js/test9.proto @@ -30,8 +30,7 @@ syntax = "proto2"; -option java_package = "com.google.apps.jspb.proto"; -option java_multiple_files = true; +package jspb.exttest.strict.nine; message Simple9 { required string a_string = 1; -- cgit v1.2.3