Unverified Commit 685a9083 authored by Thai Nguyen's avatar Thai Nguyen Committed by GitHub
Browse files

Merge pull request #44 from toolslive/proto2_syntax

avoid compiler warning by specifying proto version
parents 03634d84 ee4a5786
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";