/* */ {
/* 48 */ config = (Configuration)AccessController.doPrivileged(new PrivilegedAction()
/* */ {
/* */ public Configuration run()
/* */ {
/* 52 */ return new PropertyConfiguration(System.getProperties());
/* */ }
/* */ });
/* 55 */ PropertyEditors.init();
/* */ }
/* */ }