Commit Graph
6 Commits
Author SHA1 Message Date
mafagafogigante bc060309e3 Improves a toString method.
Makes it more readable and deletes an useless semicolon.
2014-11-08 20:45:18 -02:00
mafagafogigante a4637fcf99 Uses a StringBuilder to improve performance.
Also stops initializing a variable (removes an unused initialization).
2014-11-08 20:45:18 -02:00
mafagafogigante 031bbe9f09 Simplifies an if statement 2014-11-08 20:45:11 -02:00
mafagafogigante 5109c8f462 Minor refactoring on the observer code. 2014-10-20 13:34:14 -02:00
mafagafogigante edc93ea7cf Changed the observer diagram. 2014-10-20 13:26:42 -02:00
mafagafogigante 74c0ab90ac Improved template method UML.
This commit fixes the following problems:
- protected methods marked as public.
- inherited operations that are not overriden are repeated.
- one method had an invalid parameter (see attached image).
- abstract class not indicated as such.

This commit improves the following aspects:
- I did not like how the classes were arranged, so went ahead and made
  some small chnges. I hope you don't mind the different distribution.
2014-10-17 20:58:49 -03:00