mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-15 06:59:29 +08:00
Merge branch 'dev' of https://github.com/chillzhuang/blade-tool into dev
This commit is contained in:
commit
30a3dd91d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,6 +17,7 @@ Thumbs.db
|
|||||||
*.class
|
*.class
|
||||||
|
|
||||||
# idea #
|
# idea #
|
||||||
|
!.idea/icon.png
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
BIN
.idea/icon.png
Normal file
BIN
.idea/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
@ -814,8 +814,7 @@ public class JsonUtil {
|
|||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return getInstance().readValue(content, new TypeReference<List<Map<String, Object>>>() {
|
return getInstance().readValue(content, getListType(Map.class));
|
||||||
});
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw Exceptions.unchecked(e);
|
throw Exceptions.unchecked(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user