Skip to content

Commit e1eb990

Browse files
author
Guzman, David
committed
Deprecated methods in javadoc
1 parent e815a18 commit e1eb990

File tree

1 file changed

+2
-2
lines changed
  • micro-s3/src/main/java/com/aol/micro/server/s3/data

1 file changed

+2
-2
lines changed

micro-s3/src/main/java/com/aol/micro/server/s3/data/S3Utils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static InputStream emptyInputStream() {
163163
* @throws InterruptedException
164164
* @throws IOException
165165
*
166-
* This method is deprecated as it is now provided by ReadUtils
166+
* @Deprecated see ReadUtils
167167
*/
168168
@Deprecated
169169
public InputStream getInputStream(String bucketName, String key)
@@ -187,7 +187,7 @@ public InputStream getInputStream(String bucketName, String key)
187187
* @throws InterruptedException
188188
* @throws IOException
189189
*
190-
* This method is deprecated as it is now provided by ReadUtils
190+
* @Deprecated see ReadUtils
191191
*/
192192
@Deprecated
193193
public InputStream getInputStream(String bucketName, String key, Supplier<File> tempFileSupplier) throws AmazonServiceException, AmazonClientException, InterruptedException, IOException{

0 commit comments

Comments
 (0)