Skip to content

Commit 2ab011e

Browse files
Merge pull request #208707 from normesta/gen2
Removing a comma
2 parents 8098c6b + 4c62eed commit 2ab011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ First, create a **DataLakeFileClient** instance that represents the file that yo
140140

141141
## List directory contents
142142

143-
This example, prints the names of each file that is located in a directory named `my-directory`.
143+
This example prints the names of each file that is located in a directory named `my-directory`.
144144

145145
:::code language="java" source="~/azure-storage-snippets/blobs/howto/Java/Java-v12/src/main/java/com/datalake/manage/CRUD_DataLake.java" id="Snippet_ListFilesInDirectory":::
146146

0 commit comments

Comments
 (0)