Make public

This commit is contained in:
Victor Shcherb 2019-05-22 18:24:29 +03:00
parent 09540e4485
commit 28a5b90294

View file

@ -168,7 +168,7 @@ public class RoutingConfiguration {
return DEFAULT;
}
static RoutingConfiguration.Builder parseFromInputStream(InputStream is) throws IOException, XmlPullParserException {
public static RoutingConfiguration.Builder parseFromInputStream(InputStream is) throws IOException, XmlPullParserException {
return parseFromInputStream(is, null, new RoutingConfiguration.Builder());
}