Skip to content

Commit

Permalink
Removed my TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cquinn committed Jun 6, 2014
1 parent bbfb567 commit c4574c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (e *EurekaConnection) ReregisterInstance(ins *Instance) error {
return fmt.Errorf("http returned %d possible failure registering instance\n", rcode)
}

// read back our registration to ensure that it stuck TODO(cq) is this necessary?
// read back our registration to ensure that it stuck
body, rcode, err = getXML(reqURL + "/" + ins.HostName)
xml.Unmarshal(body, ins)
return nil
Expand Down

0 comments on commit c4574c4

Please sign in to comment.