Revision 1b82ddb3 src/com/rackspace/cloud/loadbalancer/api/client/AlgorithmManager.java

b/src/com/rackspace/cloud/loadbalancer/api/client/AlgorithmManager.java
30 30

  
31 31
	public ArrayList<Algorithm> createList(Context context) {
32 32
		CustomHttpClient httpclient = new CustomHttpClient(context);
33
		HttpGet get = new HttpGet(Account.getAccount().getLoadBalancerDFWUrl() + Account.getAccount().getAccountId() + "/loadbalancers/algorithms.xml");
33
		HttpGet get = new HttpGet(Account.getLoadBalancerDFWUrl() + Account.getAccount().getAccountId() + "/loadbalancers/algorithms.xml");
34 34
		ArrayList<Algorithm> algorithms = new ArrayList<Algorithm>();
35 35
		
36 36
		get.addHeader("X-Auth-Token", Account.getAccount().getAuthToken());

Also available in: Unified diff