Merge pull request #1136 from vyshane/master
Specify Java package for dex Protobuf API
This commit is contained in:
commit
c872938298
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
option java_package = "com.coreos.dex.api";
|
||||||
|
|
||||||
package api;
|
package api;
|
||||||
|
|
||||||
|
|
Reference in a new issue