mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-882 Checkstyle?
This commit is contained in:
@ -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")));
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user