Skip to content

Commit

Permalink
Tidy up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Apr 19, 2021
1 parent 6c34231 commit ba0de39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/eldrix/hermes/impl/store.clj
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@
Processes each refset item, recording an index to allow lookup of items in the
following buckets using the defined keys:
-----------------------------------------------------------------------------
| index | simple or compound key |
| index | simple or compound key |
| .componentRefsets | referencedComponentId - refsetId - itemId1 - itemId2 |
| .mapTargetComponent | refsetId -- mapTarget - itemId1 - itemId2 |
| .installedRefsets | refsetId
| .installedRefsets | refsetId |
-----------------------------------------------------------------------------
An itemID is a 128 bit integer (UUID) so is stored as two longs."
[^MapDBStore store objects]
Expand Down

0 comments on commit ba0de39

Please sign in to comment.