Improved the adapter pattern example. Updated the class diagram.

This commit is contained in:
Ilkka Seppala
2014-09-07 15:08:43 +03:00
parent d4ee7a7da0
commit b8365e9e4c
6 changed files with 33 additions and 13 deletions

View File

@@ -2,9 +2,9 @@ package com.iluwatar;
/**
*
* Adapter class. Adapts the interface of the
* GoblinGlider into Engineer expected by the
* client.
* Adapter class. Adapts the interface of the device
* (GoblinGlider) into Engineer interface expected
* by the client (GnomeEngineeringManager).
*
*/
public class GnomeEngineer implements Engineer {