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/01/29 08:21:24 UTC

[05/50] incubator-apex-core git commit: APEX-278 #resolve

APEX-278 #resolve


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/60aa9bf2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/60aa9bf2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/60aa9bf2

Branch: refs/heads/master
Commit: 60aa9bf290fb4fe78f2bd2aa5fe0d53f9e6a9862
Parents: 994f868
Author: Chandni Singh <cs...@apache.org>
Authored: Wed Dec 2 12:24:24 2015 -0800
Committer: Chandni Singh <cs...@apache.org>
Committed: Wed Dec 2 12:24:24 2015 -0800

----------------------------------------------------------------------
 .../src/test/java/com/datatorrent/stram/engine/GenericNodeTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/60aa9bf2/engine/src/test/java/com/datatorrent/stram/engine/GenericNodeTest.java
----------------------------------------------------------------------
diff --git a/engine/src/test/java/com/datatorrent/stram/engine/GenericNodeTest.java b/engine/src/test/java/com/datatorrent/stram/engine/GenericNodeTest.java
index b8bff8a..c7e8ccc 100644
--- a/engine/src/test/java/com/datatorrent/stram/engine/GenericNodeTest.java
+++ b/engine/src/test/java/com/datatorrent/stram/engine/GenericNodeTest.java
@@ -108,7 +108,6 @@ public class GenericNodeTest
     @Override
     public void save(final Object object, final int operatorId, final long windowId) throws IOException
     {
-      LOG.info("Saving");
       //Do nothing
     }