Skip to content
Snippets Groups Projects
Commit c4bb0ac7 authored by buczekp's avatar buczekp
Browse files

[LMS-1212] removed @private

SVN: 12832
parent 4c9c073a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ package ch.systemsx.cisd.openbis.generic.server.business.bo;
import java.util.List;
import ch.rinn.restrictions.Friend;
import ch.systemsx.cisd.common.exceptions.UserFailureException;
import ch.systemsx.cisd.openbis.generic.shared.dto.SamplePE;
import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.IdentifierHelper;
......@@ -34,7 +33,6 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SampleIdentifier;
*
* @author Izabela Adamczyk
*/
@Friend(toClasses = SamplePE.class)
public class SampleGenericBusinessRules
{
......
......@@ -60,7 +60,6 @@ import org.hibernate.validator.Length;
import org.hibernate.validator.NotNull;
import org.hibernate.validator.Pattern;
import ch.rinn.restrictions.Private;
import ch.systemsx.cisd.common.collections.UnmodifiableSetDecorator;
import ch.systemsx.cisd.common.utilities.ModifiedShortPrefixToStringStyle;
import ch.systemsx.cisd.openbis.generic.shared.IServer;
......@@ -581,7 +580,6 @@ public class SamplePE extends AttachmentHolderPE implements IIdAndCodeHolder, Co
/** children of generatedFrom hierarchy - added only to simplify testing */
private List<SamplePE> generated = new ArrayList<SamplePE>();
@Private
@OneToMany(fetch = FetchType.LAZY, mappedBy = "container")
public List<SamplePE> getContained()
{
......@@ -594,7 +592,6 @@ public class SamplePE extends AttachmentHolderPE implements IIdAndCodeHolder, Co
this.contained = contained;
}
@Private
@OneToMany(fetch = FetchType.LAZY, mappedBy = "generatedFrom")
public List<SamplePE> getGenerated()
{
......
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