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 hace 4 años
Servicio de atención al cliente por UserEcho