Commit e06493c
[MINOR][COMMON] Fix copy-paste oversight in variable naming
## What changes were proposed in this pull request?
JavaUtils.java has methods to convert time and byte strings for internal use, this change renames a variable used in byteStringAs(), from timeError to byteError.
Author: Bjorn Jonsson <[email protected]>
Closes apache#11695 from bjornjon/master.1 parent 9f13f0f commit e06493c
File tree
1 file changed
+2
-2
lines changed- common/network-common/src/main/java/org/apache/spark/network/util
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments