Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Pabón committed Oct 5, 2015
1 parent a625dc1 commit 738570e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asynchttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (a *AsyncHttpManager) NewHandler() *AsyncHttpHandler {
// package rest
// import (
// "github.com/gorilla/mux"
// "github.com/heketi/heketi/rest"
// "github.com/heketi/rest"
// "net/http"
// "net/http/httptest"
// "time"
Expand Down Expand Up @@ -154,7 +154,7 @@ func (a *AsyncHttpManager) AsyncHttpRedirectFunc(w http.ResponseWriter,
// package rest
// import (
// "github.com/gorilla/mux"
// "github.com/heketi/heketi/rest"
// "github.com/heketi/rest"
// "net/http"
// "net/http/httptest"
// "time"
Expand Down

0 comments on commit 738570e

Please sign in to comment.