Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Sep 16, 2015
1 parent 15840c0 commit 9d56545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var MainNotifier = RedisNotifier{}
var DefaultOrgStore = DefaultSessionManager{}
var DefaultQuotaStore = DefaultSessionManager{}
var MonitoringHandler TykEventHandler
var RPCListener = RPCStorageHandler{}
var RPCListener = RPCStorageHandler{} //Version moved

var ApiSpecRegister = make(map[string]*APISpec)
var keyGen = DefaultKeyGenerator{}
Expand Down

0 comments on commit 9d56545

Please sign in to comment.