Additional null checks and comments 53/83753/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Fri, 29 Mar 2019 10:50:04 +0000 (10:50 +0000)
committermark.j.leonard <mark.j.leonard@gmail.com>
Fri, 29 Mar 2019 16:13:12 +0000 (16:13 +0000)
Add defensive coding to check for possible null pointer values, thus
preventing certain potential runtime exceptions.
Fix some minor spelling inconsistencies.
Refactor some method signatures and update the Javadoc.
Reformat Resource toString() method to avoid lengthy String
concatenation and duplicated separators.

Change-Id: I4b01eb844700e00d0c909bcc5fa2dbc91d5149e4
Issue-ID: AAI-2281
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>

No differences found