Skip to content

Commit

Permalink
advanced debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ffritze committed Aug 6, 2024
1 parent bb1a554 commit 4b001eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ public void setDatasetFieldDefaultValues(List<DatasetFieldDefaultValue> datasetF

@Override
public int compareTo(DatasetFieldType o) {
System.out.println("This" + this.getName() + " has DPO " + this.getDisplayOrder() + " and Object " + o.getName() + " has DPO " + o.getDisplayOrder());
if (this.getDisplayOrder() < o.getDisplayOrder()) {
return -1;
}
Expand Down

0 comments on commit 4b001eb

Please sign in to comment.