You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: droid-core-interfaces/src/main/java/uk/gov/nationalarchives/droid/core/interfaces/resource/HttpWindowReader.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public HttpWindowReader(WindowCache cache, HttpUtils.HttpMetadata httpMetadata,
Copy file name to clipboardExpand all lines: droid-core-interfaces/src/main/java/uk/gov/nationalarchives/droid/core/interfaces/resource/S3WindowReader.java
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -65,26 +65,29 @@ public S3WindowReader(WindowCache cache, S3Utils.S3ObjectMetadata s3ObjectMetada
Copy file name to clipboardExpand all lines: droid-core-interfaces/src/test/java/uk/gov/nationalarchives/droid/core/interfaces/resource/HttpWindowReaderTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,6 @@ public void testWindowReaderReturnsErrorOnHttpFailure() throws Exception {
0 commit comments