diff --git a/en/application-dev/database/database-distributedobject-guidelines.md b/en/application-dev/database/database-distributedobject-guidelines.md index 516ed427b9b8d613b832b430cc63e7d3fa4cd30f..86392551501483b40e69ce3fdcad0e3c5f71e92c 100644 --- a/en/application-dev/database/database-distributedobject-guidelines.md +++ b/en/application-dev/database/database-distributedobject-guidelines.md @@ -165,14 +165,4 @@ The following example shows how to implement a distributed data object synchroni ```js local_object.setSessionId(""); - ``` - -## Samples - -The following example is provided for you to better understand the development of distributed data objects: - -- [Distributed Notepad](https://gitee.com/openharmony/distributeddatamgr_objectstore/tree/master/samples/distributedNotepad) - - -When an event of the Notepad app occurs on a device, such as a note is added, the tile or content of a note is changed, or the event list is cleared, the change will be synchronized to other devices in the trusted network. - + ``` \ No newline at end of file