Quickfix a wrong class reference authored by Rico Bergmann's avatar Rico Bergmann
...@@ -90,7 +90,7 @@ image::modeljoin_keeps_composite.png[width=90%, align=center, link={imagesdir}/m ...@@ -90,7 +90,7 @@ image::modeljoin_keeps_composite.png[width=90%, align=center, link={imagesdir}/m
To accommodate for this structure, the _Visitor To accommodate for this structure, the _Visitor
Pattern_ is used footnote:[See https://en.wikipedia.org/wiki/Visitor_pattern for a short Pattern_ is used footnote:[See https://en.wikipedia.org/wiki/Visitor_pattern for a short
introduction]. See the JavaDoc of `KeepExpressionVisitor` for details. introduction]. See the JavaDoc of `KeepExpression.KeepExpressionVisitor` for details.
=== Generating the ModelJoin representation === Generating the ModelJoin representation
... ...
......