-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: 3.4.0
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Hello,
There is a spelling mistake in toString method of FacetStage class :
$fact instead of $facet
public String toString() { return "Stage{" + "name='$fact', " + "facets=" + facets + '}'; }