-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.2, 1.4.0, 1.5.0
-
Component/s: Documentation
-
Labels:None
The Scala examples in the Metrics documentation do not compile.
The line
@transient private var counter: Counter
needs to be extended to
@transient private var counter: Counter = _
- links to