aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/duration.proto
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-08-21 11:18:45 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-08-21 11:18:45 -0700
commitb0f661181d10bddc08e380992590a1cdd92be92b (patch)
treed9291cf324a72206ae3e474fe49186e8c96b2a9e /src/google/protobuf/duration.proto
parentd119a275495b7dcc9c389c9c650ebd83de265511 (diff)
downloadprotobuf-b0f661181d10bddc08e380992590a1cdd92be92b.tar.gz
protobuf-b0f661181d10bddc08e380992590a1cdd92be92b.tar.bz2
protobuf-b0f661181d10bddc08e380992590a1cdd92be92b.zip
Down-integrate from internal branch.
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
Diffstat (limited to 'src/google/protobuf/duration.proto')
-rw-r--r--src/google/protobuf/duration.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/duration.proto b/src/google/protobuf/duration.proto
index e466341a..e2662abc 100644
--- a/src/google/protobuf/duration.proto
+++ b/src/google/protobuf/duration.proto
@@ -80,6 +80,7 @@ option objc_class_prefix = "GPB";
// }
//
message Duration {
+
// Signed seconds of the span of time. Must be from -315,576,000,000
// to +315,576,000,000 inclusive.
int64 seconds = 1;