Commit ee4a5786 authored by Romain Slootmaekers's avatar Romain Slootmaekers
Browse files

avoid compiler warning by specifying proto version

parent 03634d84
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
 *
 * See www.openkinetic.org for more project information
 */

syntax = "proto2";

package com.seagate.kinetic.proto;

option java_outer_classname = "Kinetic";