Skip to content

Commit 622d516

Browse files
committed
Fixing a line
1 parent 9880666 commit 622d516

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-java.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ static public void ManageFileACLs(DataLakeFileSystemClient fileSystemClient){
254254

255255
First, create a **DataLakeFileClient** instance that represents the file that you want to download. Use the **DataLakeFileClient.read** method to read the file. Use any .NET file processing API to save bytes from the stream to a file.
256256

257-
Make sure to complete the download by calling the **DataLakeFileClient.flush** method.
258-
259257
```java
260258
static public void DownloadFile(DataLakeFileSystemClient fileSystemClient)
261259
throws FileNotFoundException, java.io.IOException{

0 commit comments

Comments
 (0)