logic: fixed some cases that caused Java code to throw exceptions

This commit is contained in:
mlangkabel
2017-12-01 16:19:17 +01:00
parent 4f3044fec8
commit faf9e7655f
3 changed files with 18 additions and 13 deletions
@@ -210,8 +210,7 @@ public class JavaIndexer
astVisitorClient.logInfo(
"Extracted classes.jar file from \"" + aarFilePath.toString() + "\" to \"" + tempFile.getAbsolutePath() + "\". " +
"This file will be automatically deleted when the session ends."
);
"This file will be automatically deleted when the session ends.");
return tempFile;
}