0
Fixed
wrong logic in java example of Facade pattern
if (format.equals("mp4")) {
destinationCodec = new OggCompressionCodec();
} else {
destinationCodec = new MPEG4CompressionCodec();
}
if i'm understanding right, here must be vice versa
0
Fixed
Alexander 4 years ago
Customer support service by UserEcho