Skip to content

Commit 7bc9eeb

Browse files
committed
Updated comments.
1 parent a9074a0 commit 7bc9eeb

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.idea/workspace.xml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/sureshjoshi/android/streamingprotobufexample/utils/CobsUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static byte[] encode(byte[] packet) {
3636
return output;
3737
}
3838

39-
// Expected to be the entire packet to decode (must end with a 0)
39+
// Expected to be the entire packet to decode with trailing 0
4040
public static byte[] decode(byte[] packet) {
4141
if (packet == null
4242
|| packet.length == 0

0 commit comments

Comments
 (0)