File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/org/domaframework/doma/intellij/formatter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ open class SqlBlock(
124124 )
125125
126126 /* *
127- * TODO 親ブロックと依存先未設定の条件ループディレクティブによってインデントと改行を計算する
127+ * Calculate indentation and line breaks based on the parent block and conditional loop directives with no dependency target set.
128128 * @param lastGroup The last group block
129129 */
130130 open fun setParentGroupBlock (lastGroup : SqlBlock ? ) {
Original file line number Diff line number Diff line change @@ -420,8 +420,8 @@ class SqlBlockGenerator(
420420 }
421421
422422 /* *
423- * TODO If the previous group is a keyword group, it becomes a table name block under specific conditions
424- * After [SqlColumnRawGroupBlock] etc., it becomes a normal [SqlWordBlock]
423+ * If the previous group is a keyword group, it becomes a table name block under specific conditions
424+ * After [SqlColumnRawGroupBlock] etc., it becomes a normal [SqlWordBlock]
425425 */
426426 fun getWordBlock (
427427 lastGroup : SqlBlock ? ,
You can’t perform that action at this time.
0 commit comments