Commit 09f112b
fix(identifier-base-type): resolve compilation errors in backfill job
- Make hasPendingRows() public — called from Task260331 in a different package
- Fix DotConnect.executeUpdate() arg order: connection comes first, not second
- Remove unused @WrapInTransaction import (replaced by manual connection management)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c099d77 commit 09f112b
2 files changed
Lines changed: 2 additions & 3 deletions
File tree
- dotCMS/src/main/java/com/dotmarketing/quartz/job
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
0 commit comments