Skip to content

Commit

Permalink
removed anonymous classes
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed May 22, 2023
1 parent 46293f1 commit a4d379a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class Dashlet extends PersistentObject {
public Dashlet() {
}

protected Dashlet(Dashlet source) {
public Dashlet(Dashlet source) {
super();
this.type = source.type;
this.query = source.query;
Expand Down

0 comments on commit a4d379a

Please sign in to comment.