Skip to content

Commit

Permalink
[cleanup] Remove useless semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
aheritier committed Nov 28, 2019
1 parent fbdeb32 commit 81a5633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/zendesk/client/v2/model/Metric.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public class ZendeskComboMinutes {
@JsonProperty("business")
protected Long businessMinutes;

public ZendeskComboMinutes() {};
public ZendeskComboMinutes() {}

public Long getCalendarMinutes() {
return calendarMinutes;
Expand Down

0 comments on commit 81a5633

Please sign in to comment.