Skip to content
Snippets Groups Projects
Commit 138d2024 authored by tpylak's avatar tpylak
Browse files

LMS-1275 minor: fix private restrictions

SVN: 13745
parent 02ebc6d9
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.PropertyType; ...@@ -48,7 +48,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.PropertyType;
* @author Tomasz Pylak * @author Tomasz Pylak
*/ */
@Friend(toClasses = @Friend(toClasses =
{ IMaterialListingQuery.class }) { IMaterialListingQuery.class, MaterialListerDAO.class })
@Test(groups = @Test(groups =
{ "db", "material" }) { "db", "material" })
public class MaterialListingQueryTest extends AbstractDAOTest public class MaterialListingQueryTest extends AbstractDAOTest
......
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