mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 16:20:45 +00:00
netbeans inpector fixes
This commit is contained in:
@@ -159,7 +159,7 @@ public class CheckResources {
|
||||
try {
|
||||
String text = Helper.downloadUrlString(url);
|
||||
text = text.substring(text.indexOf("\"date\":\"") + 8);
|
||||
text = text.substring(0, text.indexOf("T"));
|
||||
text = text.substring(0, text.indexOf('T'));
|
||||
Date date = now;
|
||||
try {
|
||||
date = sdf.parse(text);
|
||||
|
||||
Reference in New Issue
Block a user