Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/persistence/queue/README.md')
-rw-r--r--platform/persistence/queue/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/persistence/queue/README.md b/platform/persistence/queue/README.md
deleted file mode 100644
index b64bba3c3..000000000
--- a/platform/persistence/queue/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-This bundle provides an Overwrite/Cancel dialog when persisting
-domain objects, if persistence fails. It is meant to be paired
-with a persistence adapter which performs revision-checking
-on update calls, in order to provide the user interface for
-choosing between Overwrite and Cancel in that situation.