Refactoring

This commit is contained in:
2022-05-09 07:51:42 +02:00
parent f21dfa2e27
commit 2cdc062fc2

View File

@@ -47,7 +47,7 @@ class Android implements IMicroUsbPhone {
}
}
}
/* exposing the target interface while wrapping source object */
class LightningToMicroUsbAdapter implements IMicroUsbPhone {
private final ILightningPhone lightningPhone;