Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
f07ce48b
Commit
f07ce48b
authored
Oct 28, 2022
by
AnimeGitB
Browse files
Remove compilation warning on Language.java
parent
2dd644f2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/utils/Language.java
View file @
f07ce48b
...
...
@@ -356,6 +356,7 @@ public final class Language {
);
}
@SuppressWarnings
(
"unchecked"
)
private
static
Int2ObjectMap
<
TextStrings
>
loadTextMapsCache
()
throws
Exception
{
try
(
ObjectInputStream
file
=
new
ObjectInputStream
(
new
BufferedInputStream
(
Files
.
newInputStream
(
TEXTMAP_CACHE_PATH
),
0x100000
)))
{
final
int
fileVersion
=
file
.
readInt
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment