forked from mystiq/dex
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";
|
||||
option java_package = "com.coreos.dex.api";
|
||||
|
||||
package api;
|
||||
|
||||
|
|
Loading…
Reference in a new issue