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

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

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

Also available in: Unified diff