diff --git a/System Development/PatternAdapter/src/Adapter.java b/System Development/PatternAdapter/src/Adapter.java index 9e1f6bc..73dc2cd 100644 --- a/System Development/PatternAdapter/src/Adapter.java +++ b/System Development/PatternAdapter/src/Adapter.java @@ -47,7 +47,7 @@ class Android implements IMicroUsbPhone { } } } -/* exposing the target interface while wrapping source object */ + class LightningToMicroUsbAdapter implements IMicroUsbPhone { private final ILightningPhone lightningPhone;