Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 authored Oct 23, 2023
1 parent 9f41d4a commit 5373e08
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ protected FileModel createDocument(String filename)
.createContent(new FileModel(filename, FileType.TEXT_PLAIN, "content"));
}



private static String generateRandomFolderNameWith(String folderSuffix)
{
return "folder" + folderSuffix + "_" + UUID.randomUUID();
Expand Down

0 comments on commit 5373e08

Please sign in to comment.