File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ type aspectjWeaverConfig struct {
161161 Enabled bool `yaml:"enabled"`
162162}
163163
164- // isEnabled checks if client certificate mapper is enabled
164+ // isEnabled checks if aspectj weaver agent is enabled
165165func (a * aspectjWeaverConfig ) isEnabled () bool {
166166 return a .Enabled
167167}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ type jrebelConfig struct {
153153 Enabled bool `yaml:"enabled"`
154154}
155155
156- // isEnabled checks if client certificate mapper is enabled
156+ // isEnabled checks if jrebel is enabled
157157func (j * jrebelConfig ) isEnabled () bool {
158158 return j .Enabled
159159}
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ type metricWriterConfig struct {
196196 Enabled bool `yaml:"enabled"`
197197}
198198
199- // isEnabled checks if client certificate mapper is enabled
199+ // isEnabled checks if metric writer is enabled
200200func (m * metricWriterConfig ) isEnabled () bool {
201201 return m .Enabled
202202}
You can’t perform that action at this time.
0 commit comments