Skip to content

Commit

Permalink
removed redundant modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Farooq committed Mar 13, 2018
1 parent 11e2580 commit e89a0bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,6 +45,6 @@ IncomingPhoneNumber searchNumber(String phone,
* @param modifiers
* @return
*/
public IncomingPhoneNumber searchNumber(String phone,
IncomingPhoneNumber searchNumber(String phone,
Sid sourceOrganizationSid, Sid destinationOrganizationSid, Set<SearchModifier> modifiers);
}

0 comments on commit e89a0bc

Please sign in to comment.