Guest User

Untitled

a guest
Jul 20th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. try {
  2.  
  3. UserSearchManager search = new UserSearchManager(connection.getConnection());
  4. Form searchForm = search.getSearchForm("search." + server);
  5. ...
  6.  
  7. } catch (Exception e) {...}
  8.  
  9. Form searchForm = search.getSearchForm("search." + connection.getServiceName());
Add Comment
Please, Sign In to add comment