CE-882 Checkstyle?

This commit is contained in:
2024-04-28 20:37:33 -05:00
parent 2a6008f4dc
commit 13c64de280

View File

@ -112,8 +112,7 @@ public class SavedReportsMetaDataProvider
.withLeftTable(SharedSavedReport.TABLE_NAME) .withLeftTable(SharedSavedReport.TABLE_NAME)
.withRightTable(SavedReport.TABLE_NAME) .withRightTable(SavedReport.TABLE_NAME)
.withType(JoinType.MANY_TO_ONE) .withType(JoinType.MANY_TO_ONE)
.withJoinOn(new JoinOn("savedReportId", "id")) .withJoinOn(new JoinOn("savedReportId", "id")));
);
} }