Skip to content

Commit adcb256

Browse files
mhines01Raj998
authored andcommitted
squash! Update comments on SetPackage to be clear on streaming api Update Put to fix duplicate and typo
1 parent 5541563 commit adcb256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/system.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ service System {
5151
// of the data sent. An error is returned if the location does not exist or
5252
// there is an error writing the data. If no checksum is received, the target
5353
// must assume the operation is incomplete and remove the partially
54-
// transmitted file. The target should initially write the file to a temporary location so a failure
55-
// does not destroy the original file.
54+
// transmitted file. The target should initially write the file to a temporary
55+
// location so a failure does not destroy the original file.
5656
rpc SetPackage(stream SetPackageRequest) returns (SetPackageResponse) {}
5757

5858
// SwitchControlProcessor will switch from the current route processor to the

0 commit comments

Comments
 (0)