Cosmetic/comments.

This commit is contained in:
2015-08-10 10:04:08 +02:00
parent cd0c2acd87
commit 3f123dd921
4 changed files with 13 additions and 0 deletions

View File

@@ -52,10 +52,12 @@ feature -- Persistence
feature {NONE} -- Persistence implementation
store (a_node: G)
-- Store extension data from node `a_node'.
deferred
end
load (a_node: G)
-- Load extension data into node `a_node'.
deferred
end