Skip to content

Commit 0e0a9b0

Browse files
committed
Run the format script. No logical changes
1 parent 5f77934 commit 0e0a9b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/src/dev/selenium/tools/modules/ModuleGenerator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,8 @@ public void visit(ModuleRequiresDirective n, Void arg) {
494494
}
495495
int modifiers = getByteBuddyModifier(n.getModifiers());
496496
if (!name.startsWith("org.seleniumhq.selenium.") && !name.startsWith("java.")) {
497-
// Some people like to exclude jars from the classpath. To allow this we need to make these modules static,
497+
// Some people like to exclude jars from the classpath. To allow this we need to make these
498+
// modules static,
498499
// otherwise a 'module not found' error while compiling their code would be the consequence.
499500
modifiers |= ACC_STATIC_PHASE;
500501
}

0 commit comments

Comments
 (0)