diff --git a/lang/java/avro/src/main/java/org/apache/avro/file/CodecFactory.java b/lang/java/avro/src/main/java/org/apache/avro/file/CodecFactory.java index 351c036b861..1cfed238f7e 100644 --- a/lang/java/avro/src/main/java/org/apache/avro/file/CodecFactory.java +++ b/lang/java/avro/src/main/java/org/apache/avro/file/CodecFactory.java @@ -28,12 +28,14 @@ /** * Encapsulates the ability to specify and configure a compression codec. * - * Currently there are three codecs registered by default: + * Currently there are five codecs registered by default: * * * New and custom codecs can be registered using