Skip to content

Commit

Permalink
Rename hello world package
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Nov 16, 2021
1 parent b4de2cc commit 21e0453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/BUILD → examples/hello_world/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("//java:defs.bzl", "java_binary")

java_binary(
name = "hello-world",
name = "hello_world",
srcs = ["HelloWorld.java"],
main_class = "HelloWorld",
)
File renamed without changes.

0 comments on commit 21e0453

Please sign in to comment.