Skip to content

Commit 5d40b9f

Browse files
authored
Merge pull request #103360 from normesta/normesta-reg-updates-4
Fixing a line
2 parents 9880666 + 622d516 commit 5d40b9f

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)