You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/04/23 23:52:30 UTC

[orc] branch master updated: Fixing javadoc on method CompressionCodec.compress

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new ebd2671  Fixing javadoc on method CompressionCodec.compress
ebd2671 is described below

commit ebd267182f3dfef26af85eb117d2cafab750d316
Author: eder.ribeiro <ed...@tatic.net>
AuthorDate: Mon Apr 22 16:41:53 2019 -0300

    Fixing javadoc on method CompressionCodec.compress
---
 java/core/src/java/org/apache/orc/CompressionCodec.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/core/src/java/org/apache/orc/CompressionCodec.java b/java/core/src/java/org/apache/orc/CompressionCodec.java
index b45a711..95aab39 100644
--- a/java/core/src/java/org/apache/orc/CompressionCodec.java
+++ b/java/core/src/java/org/apache/orc/CompressionCodec.java
@@ -49,7 +49,7 @@ public interface CompressionCodec {
   /**
    * Compress the in buffer to the out buffer.
    * @param in the bytes to compress
-   * @param out the uncompressed bytes
+   * @param out the compressed bytes
    * @param overflow put any additional bytes here
    * @param options the options to control compression
    * @return true if the output is smaller than input