Skip to content

Commit

Permalink
Ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rickle-msft committed Jan 13, 2022
1 parent e16fad9 commit 19df17d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void readAttributesOnAFileString() throws IOException {

public void writeAttributesToAFile() throws IOException {
AzureBlobFileAttributeView view = Files.getFileAttributeView(filePath, AzureBlobFileAttributeView.class);
view.setMetadata(Collections.EMPTY_MAP);
view.setMetadata(Collections.emptyMap());
}

public void writeAttributesToAFileString() throws IOException {
Expand Down

0 comments on commit 19df17d

Please sign in to comment.