- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
public ServicesConfig(InputStream customConfigIs, Configuration configuration, boolean scan) throws IOException, SAXException { if (customConfigIs != null) loadConfig(customConfigIs); if (scan) scan(configuration); }
public ServicesConfig(InputStream customConfigIs, Configuration configuration, boolean scan) throws IOException, SAXException { if (customConfigIs != null) loadConfig(customConfigIs); if (scan) scan(configuration); }