mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[Workspace Model] Fix formatting in the docs
GitOrigin-RevId: 3052e6c44ba2ce0fc9866c5aeea7c1c2a7587a81
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b84abba0b
commit
9c0de1b573
@@ -66,9 +66,9 @@ import kotlin.reflect.full.memberProperties
|
||||
*
|
||||
* override fun persistentId(): NameId = NameId(name)
|
||||
*
|
||||
* override fun createEntity(snapshot: WorkspaceEntityStorage): MyModuleEntity = MyModuleEntity(name).also {
|
||||
* addMetaData(it, snapshot)
|
||||
* }
|
||||
* override fun createEntity(snapshot: WorkspaceEntityStorage): MyModuleEntity = MyModuleEntity(name).also {
|
||||
* addMetaData(it, snapshot)
|
||||
* }
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user