public List getUpdatedListOfServers()

in src/main/java/com/spotify/ffwd/http/StaticServerList.java [40:42]


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