You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ka...@apache.org on 2018/04/01 00:26:17 UTC

[incubator-heron] branch master updated: removing abstract requirement (#2830)

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

karthikz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 17bedb7  removing abstract requirement (#2830)
17bedb7 is described below

commit 17bedb71e2bfe1a6dbe91f4855d92cae86f8e686
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sat Mar 31 19:26:15 2018 -0500

    removing abstract requirement (#2830)
---
 eco/src/java/com/twitter/heron/eco/definition/ObjectDefinition.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eco/src/java/com/twitter/heron/eco/definition/ObjectDefinition.java b/eco/src/java/com/twitter/heron/eco/definition/ObjectDefinition.java
index 3a675b7..dd4a8f1 100644
--- a/eco/src/java/com/twitter/heron/eco/definition/ObjectDefinition.java
+++ b/eco/src/java/com/twitter/heron/eco/definition/ObjectDefinition.java
@@ -19,7 +19,7 @@ import java.util.LinkedHashMap;
 import java.util.List;
 import java.util.Map;
 
-public abstract class ObjectDefinition {
+public class ObjectDefinition {
 
   private String id;
   private String className;

-- 
To stop receiving notification emails like this one, please contact
karthikz@apache.org.