Facade: split subsystem into one class per file, sync post code blocks to Java 25, add README mapping
This commit is contained in:
6
02-structural/facade/Codec.java
Normal file
6
02-structural/facade/Codec.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package facade;
|
||||
|
||||
/** Codec — common interface implemented by each concrete compression codec. */
|
||||
interface Codec {
|
||||
String getName();
|
||||
}
|
||||
Reference in New Issue
Block a user