addAuthor

addAuthor(String name, String initials) method

Add new author at the end of a collection.

Parameters

NameTypeDescription
nameStringName of a new author.
initialsStringInitials of a new author.

Returns

CommentAuthor