Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 8b0bb74

Browse files
authored
Update FileSystemType.java
1 parent d77543e commit 8b0bb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/filefighter/rest/domain/filesystem/type/FileSystemType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public enum FileSystemType {
77
PICTURE(2),
88
PDF(3),
99
AUDIO(4),
10-
VIDEO(5)
10+
VIDEO(5);
1111

1212
private final long id;
1313

0 commit comments

Comments
 (0)