Fix wrong import path in proto
This commit is contained in:
parent
80fa8f45b9
commit
4504b96051
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ option java_package = "com.github.baez90.inetmock.rpc";
|
|||
option java_outer_classname = "AuditProto";
|
||||
option csharp_namespace = "INetMock.Client.Rpc";
|
||||
|
||||
import 'proto/audit/event_entity.proto';
|
||||
import 'audit/event_entity.proto';
|
||||
|
||||
package inetmock.rpc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue