frankgh commented on code in PR #36:
URL: https://github.com/apache/cassandra-sidecar/pull/36#discussion_r958932455
##########
src/main/java/org/apache/cassandra/sidecar/models/Range.java:
##########
@@ -116,7 +116,8 @@ private static long parseLong(String valStr, String
rangeHeader)
private static IllegalArgumentException invalidRangeHeaderException(String
rangeHeader)
{
return new IllegalArgumentException("Invalid range header: " +
rangeHeader + ". " +
- "Supported Range formats are
bytes=<start>-<end>, bytes=<start>-, bytes=-<suffix-length>");
+ "Supported Range formats are
bytes=<start>-<end>, " +
Review Comment:
`./gradlew build` was not happy about long lines
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]