Commit 2dcbe0b
authored
fix typo: missing space (#59)
I'm happy to file a JIRA if necessary; I wasn't sure if that was useful or not for a 1-character change. :)
The log message looks like this currently:
```
2020-02-10 20:12:58,267 [INFO] [Dispatcher thread {Central}] |node.AMNodeImpl|: Attempt failedon node: ...
```1 parent 2fefe4a commit 2dcbe0b
File tree
1 file changed
+1
-1
lines changed- tez-dag/src/main/java/org/apache/tez/dag/app/rm/node
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments