correct package path for ReferenceServer (#3439)

This commit is contained in:
Brian Healey 2019-11-12 17:39:41 -05:00 committed by mergify[bot]
parent cb86dc4029
commit f3f6f3b678

View File

@ -36,7 +36,7 @@ import com.digitalasset.daml.lf.value.Value
* [[v1.Update]]s.
*
* We provide a reference implementation of a participant state in
* [[com.daml.ledger.api.server.damlonx.reference.ReferenceServer]]. There we
* [[com.daml.ledger.api.server.damlonx.reference.v2.ReferenceServer]]. There we
* model an in-memory ledger, which has by construction a single participant,
* which hosts all parties. See its comments for details on how that is done,
* and how its implementation can be used as a blueprint for implementing