netbeans inpector fixes

This commit is contained in:
2016-04-29 20:54:38 +02:00
parent 577bdd4844
commit 508c618b37
37 changed files with 231 additions and 95 deletions
@@ -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);