Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
removing abstract requirement (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfischer1108 authored and kramasamy committed Apr 1, 2018
1 parent ddbb98b commit 17bedb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.List;
import java.util.Map;

public abstract class ObjectDefinition {
public class ObjectDefinition {

private String id;
private String className;
Expand Down

0 comments on commit 17bedb7

Please sign in to comment.