core: rename classes in default package

This commit is contained in:
Skylot
2015-04-04 21:40:08 +03:00
parent 051bb63a81
commit efd8bd13da
3 changed files with 18 additions and 12 deletions
@@ -46,7 +46,7 @@ public class JadxSettingsAdapter {
if (settings == null) {
return new JadxSettings();
}
LOG.info("Loaded settings: {}", makeString(settings));
LOG.debug("Loaded settings: {}", makeString(settings));
return settings;
} catch (Exception e) {
LOG.error("Error load settings", e);