public List getUpdatedListOfServers()

in src/main/java/com/spotify/ffwd/http/SrvServerList.java [49:51]


  public List<Server> getUpdatedListOfServers() {
    return lookup();
  }