Commit b1ed71ce authored by cdjgit's avatar cdjgit

fix typo

parent 2dcfa32d
......@@ -105,7 +105,7 @@ public:
virtual LoadBalancer* New() const = 0;
// Set other
virtual bool SetParameters(const butil::StringPairs& parms) { return true; }
virtual bool SetParameters(const butil::StringPairs& params) { return true; }
protected:
virtual ~LoadBalancer() { }
......
......@@ -55,7 +55,7 @@ public:
void Destroy();
int SelectServer(const SelectIn &in, SelectOut *out);
void Describe(std::ostream &os, const DescribeOptions& options);
virtual bool SetParameters(const butil::StringPairs& parms);
virtual bool SetParameters(const butil::StringPairs& params);
private:
void Init(const std::string& name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment