Skip to content

Commit 422e14c

Browse files
Deleted profile.json and fixed comment formatting
1 parent 1f4c666 commit 422e14c

File tree

1 file changed

+4
-4
lines changed
  • java/com/engflow/binaryinput

1 file changed

+4
-4
lines changed

java/com/engflow/binaryinput/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
load("@rules_java//java:defs.bzl", "java_binary", "java_library")
22

3-
NUM_FILES = 1
3+
NUM_FILES = 100
44

5-
#Generates a number of java files based on the value of NUM_FILES
6-
#Each file is named HelloX.java where X is the number of the file
7-
#Each file contains a class with a greetNum method that prints "Hello" + the number of the file
5+
# Generates a number of java files based on the value of NUM_FILES
6+
# Each file is named HelloX.java where X is the number of the file
7+
# Each file contains a class with a greetNum method that prints "Hello" + the number of the file
88
[genrule(
99
name = "Hello" + str(x),
1010
outs = ["Hello" + str(x) + ".java"],

0 commit comments

Comments
 (0)