Details
Description
file: example-decorator.jsp
the last item in "4 key things ..." list, word if is missed.
<wrong>
We do not have to overload each of the other business object properties (like getID, getEmail, etc...). The decorator class is called first, but it doesn't implement the method for the property called, then the underlying business class is called.
<corrected>
We do not have to overload each of the other business object properties (like getID, getEmail, etc...). The decorator class is called first, but if it doesn't implement the method for the property called, then the underlying business class is called.
the last item in "4 key things ..." list, word if is missed.
<wrong>
We do not have to overload each of the other business object properties (like getID, getEmail, etc...). The decorator class is called first, but it doesn't implement the method for the property called, then the underlying business class is called.
<corrected>
We do not have to overload each of the other business object properties (like getID, getEmail, etc...). The decorator class is called first, but if it doesn't implement the method for the property called, then the underlying business class is called.