Commit 6760e80
Rename DigestHashFunction.cloneOrCreateMessageDigest() to DigestHashFunction.newMessageDigest().
From the caller's perspective, the end result is always the same: a fresh MessageDigest instance is created. Whether we were able to do so via cloning is an implementation detail.
PiperOrigin-RevId: 892859698
Change-Id: I1644154095956b498aecf65aa5c7dfc74551df241 parent 0c1d9bf commit 6760e80
3 files changed
Lines changed: 5 additions & 5 deletions
File tree
- src
- main/java/com/google/devtools/build/lib
- util
- vfs
- test/java/com/google/devtools/build/lib/vfs
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
| 351 | + | |
353 | 352 | | |
354 | 353 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments