Skip to content

Commit

Permalink
Reverted encapsulation to private v2 - one more class member
Browse files Browse the repository at this point in the history
  • Loading branch information
sulikdan committed Aug 15, 2024
1 parent a9a85e4 commit 065d050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class LiveGamesFilterControllerTest extends PlatformTest {


@InjectMocks
protected LiveGamesFilterController instance;
private LiveGamesFilterController instance;

@BeforeEach
public void setUp() throws Exception {
Expand Down

0 comments on commit 065d050

Please sign in to comment.