Updated code based on Jocelyn suggestions.

This commit is contained in:
jvelilla
2015-05-15 09:40:18 -03:00
parent 9fbadac7ac
commit 1c59a65983
5 changed files with 18 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ feature -- Access: node
create {ARRAYED_LIST [CMS_NODE]} Result.make (0)
end
trash_nodes (a_user_id: INTEGER_64): LIST [CMS_NODE]
trashed_nodes (a_user_id: INTEGER_64): LIST [CMS_NODE]
-- List of nodes by user `a_user_id'.
do
create {ARRAYED_LIST [CMS_NODE]} Result.make (0)
@@ -91,7 +91,7 @@ feature -- Node
do
end
revert_node_by_id (a_id: INTEGER_64)
restore_node_by_id (a_id: INTEGER_64)
-- <Precursor>
do
end