From 2cdc062fc2520085f4615ac69ae94e0194ac7c3e Mon Sep 17 00:00:00 2001 From: Karsten Jeppesen Date: Mon, 9 May 2022 07:51:42 +0200 Subject: [PATCH] Refactoring --- System Development/PatternAdapter/src/Adapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;