Skip to content
Snippets Groups Projects
Commit 62e1e8f5 authored by tpylak's avatar tpylak
Browse files

minor: add private modifier

SVN: 15014
parent f30e0d13
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.DatabaseInstancePE;
@Friend(toClasses = AuthorizationGroupBO.class)
public final class AuthorizationGroupBOTest extends AbstractBOTest
{
IAuthorizationGroupFactory groupFactory;
private IAuthorizationGroupFactory groupFactory;
@Override
@BeforeMethod
......
......@@ -54,7 +54,7 @@ public final class MaterialDAOTest extends AbstractDAOTest
private static final String BRAND_NEW_BACTERIUM = "BRAND_NEW_BACTERIUM";
final int NUMBER_OF_BACTERIA = 4;
private final int NUMBER_OF_BACTERIA = 4;
@Test
public void testCreateMaterials() throws Exception
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment