Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weberr13 committed May 6, 2015
1 parent 2893fc8 commit 1f0107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clusterstatresponses.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ type NodeStatsJVMMemResponse struct {
HeapCommitedInBytes int64 `json:"heap_commited_in_bytes"`
HeapMaxInBytes int64 `json:"heap_max_in_bytes"`
NonHeapUsedInBytes int64 `json:"non_heap_used_in_bytes"`
NonHeapCommittedInBytes int64 `json:"non_heap_used_in_bytes"`
NonHeapCommittedInBytes int64 `json:"non_heap_committed_in_bytes"`
Pools map[string]NodeStatsJVMMemPoolsResponse `json:"pools"`
}
type NodeStatsJVMMemPoolsResponse struct {
Expand Down

0 comments on commit 1f0107a

Please sign in to comment.