Commit 3c74603
committed
refactor: remove duplicate Commit() declaration from PendingUpdate template
Remove Commit() from PendingUpdate<T> since it's already declared in
PendingUpdateBase with full documentation. The template class inherits
it automatically.
This follows DRY principle and avoids maintaining duplicate documentation.1 parent aa0c756 commit 3c74603
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 90 | | |
99 | 91 | | |
100 | 92 | | |
| |||
0 commit comments