Skip to content

Commit

Permalink
Basic poly creation update (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 authored Apr 6, 2024
1 parent 3a00c4a commit 9c4d407
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ public class BasicPoly implements Poly, Serializable {
@Setter
protected Map<String, Object> metadata;

public BasicPoly(Map<String, Object> data) {
this.data = data;
this.metadata = new ConcurrentHashMap<>();
}

public BasicPoly(Map<String, Object> data, Map<String, Object> metadata) {
this.data = data;
this.metadata = metadata;
Expand Down

0 comments on commit 9c4d407

Please sign in to comment.