Commit ddd6f03
Remove unnecessary locking in DefaultNettyOptions
This value is initialized at constructor time and marked final, so it
can never change. There is no need to have access to this reference
synchronized.
Patch by Jason Koch; reviewed by Alexandre Dutra, Andy Tolbert and Jane He1 parent 17ebe60 commit ddd6f03
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
0 commit comments