Details
-
Improvement
-
Resolution: Fixed
-
Trivial - P5
-
None
-
3.4.0
-
None
-
None
Description
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 + '}'; |
}
|