1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Rework FileUtils

This commit is contained in:
Florian Schmaus 2018-04-04 16:41:24 +02:00
parent 632c172f6d
commit 6a42d5baff
10 changed files with 57 additions and 61 deletions

View file

@ -26,12 +26,12 @@ import org.jivesoftware.smack.initializer.UrlInitializer;
public class ExperimentalInitializer extends UrlInitializer {
@Override
protected String getProvidersUrl() {
protected String getProvidersUri() {
return "classpath:org.jivesoftware.smack.experimental/experimental.providers";
}
@Override
protected String getConfigUrl() {
protected String getConfigUri() {
return "classpath:org.jivesoftware.smack.experimental/experimental.xml";
}
}