Skip to content

Commit

Permalink
Rename setNode_Id to setNodeID
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 10, 2014
1 parent 1968314 commit dd650ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Allocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Allocation extends AbstractEndpoint
*
* @return $this
*/
public function setNode_Id($node_id)
public function setNodeID($node_id)
{
if (isset($node_id) !== true) {
return $this;
Expand Down

0 comments on commit dd650ab

Please sign in to comment.