Repository: incubator-apex-core Updated Branches: refs/heads/master 19733c057 -> b12e8b01c
Fixed license header in StatefulStreamCodec.java 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/b12e8b01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b12e8b01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b12e8b01 Branch: refs/heads/master Commit: b12e8b01c7f471a91d7891a11e04cdae93c03a90 Parents: 19733c0 Author: Ilya Ganelin <[email protected]> Authored: Thu May 26 15:30:15 2016 -0700 Committer: Ilya Ganelin <[email protected]> Committed: Thu May 26 15:30:15 2016 -0700 ---------------------------------------------------------------------- .../java/com/datatorrent/stram/codec/StatefulStreamCodec.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b12e8b01/engine/src/main/java/com/datatorrent/stram/codec/StatefulStreamCodec.java ---------------------------------------------------------------------- diff --git a/engine/src/main/java/com/datatorrent/stram/codec/StatefulStreamCodec.java b/engine/src/main/java/com/datatorrent/stram/codec/StatefulStreamCodec.java index 737b47d..e531289 100644 --- a/engine/src/main/java/com/datatorrent/stram/codec/StatefulStreamCodec.java +++ b/engine/src/main/java/com/datatorrent/stram/codec/StatefulStreamCodec.java @@ -16,10 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package com.datatorrent.stram.codec; import com.datatorrent.api.StreamCodec;
