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: services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/config/DownloadFilter.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -39,23 +39,23 @@ public interface DownloadFilter extends Predicate<S3Object> {
39
39
@Override
40
40
booleantest(S3Objects3Object);
41
41
42
-
/*
43
-
* Returns a composed filter that performs AND operation
44
-
*
45
-
* @param other the predicate to AND with this predicate
46
-
* @return a composed predicate that performs OR operation
47
-
* @throws NullPointerException if other is null
42
+
/**
43
+
* Returns a composed filter that performs AND operation
44
+
* @param other a predicate that will be logically-ANDed with this
45
+
* predicate
46
+
* @return a composed predicate that performs AND operation
0 commit comments