You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/05/24 05:47:04 UTC

incubator-apex-malhar git commit: Made BytesFileOutputOperator under public scope.

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/release-3.4 [created] 6f63ee2a8


Made BytesFileOutputOperator under public scope.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/6f63ee2a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/6f63ee2a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/6f63ee2a

Branch: refs/heads/release-3.4
Commit: 6f63ee2a81781fcc3f88a1e16c601e6617946f70
Parents: b33380f
Author: yogidevendra <de...@datatorrent.com>
Authored: Fri May 20 11:04:03 2016 +0530
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu May 19 23:27:51 2016 -0700

----------------------------------------------------------------------
 .../org/apache/apex/malhar/lib/fs/BytesFileOutputOperator.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/6f63ee2a/library/src/main/java/org/apache/apex/malhar/lib/fs/BytesFileOutputOperator.java
----------------------------------------------------------------------
diff --git a/library/src/main/java/org/apache/apex/malhar/lib/fs/BytesFileOutputOperator.java b/library/src/main/java/org/apache/apex/malhar/lib/fs/BytesFileOutputOperator.java
index acdcfdb..d466409 100644
--- a/library/src/main/java/org/apache/apex/malhar/lib/fs/BytesFileOutputOperator.java
+++ b/library/src/main/java/org/apache/apex/malhar/lib/fs/BytesFileOutputOperator.java
@@ -38,7 +38,7 @@ import com.datatorrent.netlet.util.DTThrowable;
  * elapsed windows is supported.
  */
 
-class BytesFileOutputOperator extends AbstractSingleFileOutputOperator<byte[]>
+public class BytesFileOutputOperator extends AbstractSingleFileOutputOperator<byte[]>
 {
 
   /**