Update VoiceRouter.java
This commit is contained in:
parent
68dd209120
commit
38d05b1f45
1 changed files with 0 additions and 2 deletions
|
@ -681,8 +681,6 @@ public class VoiceRouter {
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private int getIntRef(String stringRef) {
|
||||
int intRef = Algorithms.findFirstNumberEndIndex(stringRef);
|
||||
if (intRef > 0) {
|
||||
|
|
Loading…
Reference in a new issue