Make public
This commit is contained in:
parent
09540e4485
commit
28a5b90294
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue