118

I was suppose to review this code.

if (null != value) {
return value;
} else {
return null;
}

Comments
Add Comment