workspace_model_entity_declaration.md: Remove redundant article

This commit is contained in:
Karol Lewandowski 2024-08-21 13:12:19 +02:00
parent 3797ec4872
commit 100b2ad52b

View File

@ -28,7 +28,7 @@ The platform currently provides some predefined types of entities
(see [`entities`](%gh-ic%/platform/workspace/jps/src/com/intellij/platform/workspace/jps/entities) package), (see [`entities`](%gh-ic%/platform/workspace/jps/src/com/intellij/platform/workspace/jps/entities) package),
but they're supposed to be used only for interoperability with code which uses the project model API. but they're supposed to be used only for interoperability with code which uses the project model API.
The plugins should define and use their own types of entities if they need to store framework-specific data. Plugins should define and use their own types of entities if they need to store framework-specific data.
## Examples ## Examples