Commit 0e910f5
authored
Fixes javadoc comment.
This method already has a snippet. It was manually changed to put under <code> block instead of @code in #2208 due to javadoc bug
https://bugs.openjdk.java.net/browse/JDK-8130754
When I reran the add snippets tool to add the snippets for a different method, it did not detect the existing snippet on readWriteTransaction and again added the same snippet under @code block which fails. My change removes the duplicate snippet but next time we add a new spanner snippet, we will again run into this issue. Ideally we should fix the add snippet tool to handle this case.1 parent 25f6594 commit 0e910f5
1 file changed
Lines changed: 0 additions & 20 deletions
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 240 | | |
261 | 241 | | |
262 | 242 | | |
| |||
0 commit comments