Added a few descriptions and comments.

This commit is contained in:
2015-04-07 14:13:41 +02:00
parent 3c7ca1b15b
commit 14c1faa124
10 changed files with 44 additions and 16 deletions
@@ -46,8 +46,6 @@ feature -- Access
-- User with id `a_id' or name `a_name'.
require
a_id > 0 xor a_name /= Void
local
n: like {USER}.name
do
if a_id > 0 then
Result := user_by_id (a_id)