commit | 45355a5bc4cb9f2ba633ea70f7bd2d704a08fcbd | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 24 10:21:34 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:28:22 2016 -0800 |
tree | 8f0549610c0086d2dec620a7c763e113b7707ec7 | |
parent | caf61b1ae616fe6b03da059e4f4f912515544141 [diff] [blame] |
Fix warning from protobuf about version of the protobuf file syntax
diff --git a/src/action-item.proto b/src/action-item.proto index 1bba70f..7bb6f21 100644 --- a/src/action-item.proto +++ b/src/action-item.proto
@@ -1,3 +1,5 @@ +syntax = "proto2"; + message ActionItem { enum ActionType