-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
api: storageIssues related to the googleapis/java-storage-nio API.Issues related to the googleapis/java-storage-nio API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Remaining clean up from PR #208
From: @frankyn
File: https://github.com/googleapis/java-storage-nio/blob/master/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/FakeStorageRpc.java
Saw this after, but it can help to modify the first conditional, to short circuit sooner in the sequence of code.
if (!so.getBucket().equals(bucket) || !so.getName().startsWith(prefix)) {
continue;
}
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/java-storage-nio API.Issues related to the googleapis/java-storage-nio API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.