We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0904f2a commit f31e4e3Copy full SHA for f31e4e3
docs/contributing/style-guideline.md
@@ -64,7 +64,7 @@ rough guideline of what are commonly accepted static imports:
64
- Collections helpers (such as `singletonList()` and `Collectors.toList()`)
65
- ByteBuddy `ElementMatchers` (for building instrumentation modules)
66
- Immutable constants (where clearly named)
67
-- Singleton instances (especially where clearly named an hopefully immutable)
+- Singleton instances (especially where clearly named and hopefully immutable)
68
- `tracer()` methods that expose tracer singleton instances
69
70
## Ordering of class contents
0 commit comments