Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 7, 2025
1 parent cafff8f commit 56674ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public class Bug637811Test {
@Test
public void test() {
Utils.assertWithAllModes(
Utils.contextFactoryWithFeatures(Context.FEATURE_STRICT_MODE, Context.FEATURE_WARNING_AS_ERROR),
Utils.contextFactoryWithFeatures(
Context.FEATURE_STRICT_MODE, Context.FEATURE_WARNING_AS_ERROR),
Context.VERSION_ES6,
null,
Undefined.instance,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ public static <T extends Exception> void assertException(
}

/**
* @param features the features to enable in addition to the already enabled
* featured from the {@link ContextFactory}
* @param features the features to enable in addition to the already enabled featured from the
* {@link ContextFactory}
* @return a new {@link ContextFactory} with all provided features enabled
*/
public static ContextFactory contextFactoryWithFeatures(int... features) {
Expand Down

0 comments on commit 56674ea

Please sign in to comment.