Skip to content

Commit efda0e7

Browse files
committed
cleanup
1 parent 905620d commit efda0e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/fixtures/gcs-fixture/src/test/java/fixture/gcs/GoogleCloudStorageHttpHandlerTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,6 @@ private static Headers rangeHeader(long start, long end) {
791791
return Headers.of("Range", Strings.format("bytes=%d-%d", start, end));
792792
}
793793

794-
private static final String MULTIPART_BOUNDARY = "__END_OF_PART__a607a67c-6df7-4b87-b8a1-81f639a75a97__";
795-
796794
private static String newMultipartBoundary() {
797795
return "__END_OF_PART__" + randomUUID();
798796
}

0 commit comments

Comments
 (0)