Skip to content

Commit

Permalink
Omit public modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
shygnome committed Dec 5, 2022
1 parent b4b7feb commit 917cf4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import id.worx.worx.common.model.response.BaseValueResponse;

@ContextConfiguration(classes = { FormTemplateControllerTest.Config.class })
public class FormTemplateControllerTest extends AbstractControllerTest {
class FormTemplateControllerTest extends AbstractControllerTest {

static class Config {
}
Expand Down

0 comments on commit 917cf4a

Please sign in to comment.