Skip to content

Commit

Permalink
Make HttpResponse constructor private
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Dec 4, 2012
1 parent 0bbcb65 commit 99f6bfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ AWS.HttpRequest = inherit({
* @return [String] the response body payload
*/
AWS.HttpResponse = inherit({

/**
* @api private
*/
constructor: function HttpResponse() {
this.statusCode = null;
this.headers = {};
Expand Down

0 comments on commit 99f6bfd

Please sign in to comment.