Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Fix java_package
Browse files Browse the repository at this point in the history
Fix java_package Name to net.iGap
  • Loading branch information
RooyeKhat authored May 17, 2017
1 parent 8cc5c0a commit 26a684e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/proto/ConnectionSecuring.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package proto;
import "Request.proto";
import "Response.proto";

option java_package = "com.iGap.proto";
option java_package = "net.iGap.proto";
option java_outer_classname = "ProtoConnectionSecuring";

message ConnectionSecuringResponse {
Expand All @@ -28,4 +28,4 @@ message ConnectionSymmetricKeyResponse {
Status status = 2;
string symmetric_method = 3;
uint32 symmetric_iv_size = 4;
}
}

0 comments on commit 26a684e

Please sign in to comment.