Skip to content

Commit 56be731

Browse files
beliefersrowen
authored andcommitted
[MINOR][BUILD] Fix an incorrect path in license-binary file
### What changes were proposed in this pull request? I want to say sorry! this PR follows the previous apache#26050. I didn't find them at the same time. The `LICENSE-binary` file exists a minor issue has an incorrect path. This PR will fix it. ### Why are the changes needed? This is a minor bug. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Exists UT. Closes apache#26490 from beliefer/fix-minor-license-issue. Authored-by: gengjiaan <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent d7bdc6a commit 56be731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ com.github.scopt:scopt_2.12
502502
core/src/main/resources/org/apache/spark/ui/static/dagre-d3.min.js
503503
core/src/main/resources/org/apache/spark/ui/static/*dataTables*
504504
core/src/main/resources/org/apache/spark/ui/static/graphlib-dot.min.js
505-
ore/src/main/resources/org/apache/spark/ui/static/jquery*
505+
core/src/main/resources/org/apache/spark/ui/static/jquery*
506506
core/src/main/resources/org/apache/spark/ui/static/sorttable.js
507507
docs/js/vendor/anchor.min.js
508508
docs/js/vendor/jquery*

0 commit comments

Comments
 (0)