Skip to content

Commit

Permalink
Remove null code
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion committed Sep 8, 2020
1 parent 7a51c78 commit 4df0ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DistroHttpData extends DistroData {
private Object deserializedContent;

public DistroHttpData(DistroKey distroKey, Object deserializedContent) {
super(distroKey, null);
setDistroKey(distroKey);
this.deserializedContent = deserializedContent;
}

Expand Down

0 comments on commit 4df0ee8

Please sign in to comment.