fix Cast one of the operands to a long bug 67/13267/1
authorMichal Cmarada <[email protected]>
Thu, 28 Jun 2018 07:39:52 +0000 (09:39 +0200)
committerMichal Cmarada <[email protected]>
Thu, 28 Jun 2018 07:39:52 +0000 (09:39 +0200)
commit48e539a6fc5c0cb9a648081afcf13c1916086e7d
tree2156d700f462c9b5f902573ef1803cefc15a6192
parente6dbef812c22ca55133d88c0f07f0e440bf325a3
fix Cast one of the operands to a long bug

both of operands are int type which
can cause loss of data. This changes the types
of operands to long

Change-Id: Ie162d52b1f853c0d83d51c8871af42a597b93386
Signed-off-by: Michal Cmarada <[email protected]>
srv6/srv6-impl/src/main/java/io/fd/hc2vpp/srv6/read/policy/request/PolicyReadRequest.java