aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/duration.proto
diff options
context:
space:
mode:
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;