Skip to content

Commit

Permalink
Remove public modifier
Browse files Browse the repository at this point in the history
Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
  • Loading branch information
grevend-bosch committed Dec 9, 2021
1 parent c8fa88e commit 2be9596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;

public class AnyThrowingFunctionTest {
class AnyThrowingFunctionTest {
@Test
void apply() throws Throwable {
var value = 12;
Expand Down

0 comments on commit 2be9596

Please sign in to comment.