Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(ConfigItem item: configItems){
- map.put(shopConfig.get(section+"."+item.getPath().substring(item.getPath().lastIndexOf('.') + 1)), item.getItem());
- System.out.println(section+"."+item.getPath().substring(item.getPath().lastIndexOf('.') + 1));
- Object obj = shopConfig.get(section+"."+item.getPath().substring(item.getPath().lastIndexOf('.') + 1));
- System.out.println(obj);
- }
Advertisement
Add Comment
Please, Sign In to add comment