Skip to content

Commit

Permalink
refine code formate by adding this.xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica committed Oct 22, 2024
1 parent 3334eb8 commit 51d5910
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class EdgeLabel extends SchemaLabel {
public EdgeLabel(@JsonProperty("name") String name) {
super(name);
this.frequency = Frequency.DEFAULT;
sourceLabel = null;
targetLabel = null;
this.sourceLabel = null;
this.targetLabel = null;
this.links = new HashSet<>();
this.sortKeys = new CopyOnWriteArrayList<>();
this.ttl = 0L;
Expand Down

0 comments on commit 51d5910

Please sign in to comment.