mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 15:50:49 +08:00 
			
		
		
		
	Revert "Add 'Name' property to ILoadBalancer, for future use in LoadBalancerFactory."
This reverts commit 78ead1606dc6a4d6b47b5e63bbf7927ef02e9320.
This commit is contained in:
		@@ -164,8 +164,6 @@ namespace Ocelot.UnitTests.LoadBalancer
 | 
			
		||||
            {
 | 
			
		||||
                throw new NotImplementedException();
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            public string Name => GetType().Name;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        private class FakeRoundRobinLoadBalancer : ILoadBalancer
 | 
			
		||||
@@ -179,8 +177,6 @@ namespace Ocelot.UnitTests.LoadBalancer
 | 
			
		||||
            {
 | 
			
		||||
                throw new NotImplementedException();
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            public string Name => GetType().Name;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user