Commit b0a4e02
authored
Remove deprecated call to flatDoc.normalize (#7011)
## Motivation for features / changes
This was a deprecated call to a no-op function. The function has now
been removed in a newer version of the library. We need to support this
newer library version to unblock an internal lsc Googlers see
cl/771125806
I also needed to add a new source for the jsoup dependency. Previously
this was being provided by the operating system (CI currently uses
ubuntu 22.04 lts), but that version is now 3 years out of date.1 parent d1c5820 commit b0a4e02
File tree
3 files changed
+12
-4
lines changed- tensorboard/java/org/tensorflow/tensorboard/vulcanize
- third_party
3 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | 463 | | |
467 | 464 | | |
468 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
0 commit comments