mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
c9024ba8f9
commit
c4548e425d
@ -303,6 +303,9 @@ public enum FileMagicNumber {
|
|||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* flac
|
* flac
|
||||||
|
* <pre>
|
||||||
|
* prefix: 664C6143
|
||||||
|
* </pre>
|
||||||
*/
|
*/
|
||||||
FLAC("audio/x-flac", "flac") {
|
FLAC("audio/x-flac", "flac") {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user