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

minor: stale documentation

SVN: 20667
parent c52ca87d
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ public interface ISampleLister ...@@ -60,7 +60,7 @@ public interface ISampleLister
* *
* @deprecated This way of loading relationships is slow. There is no filtering on DB level. If * @deprecated This way of loading relationships is slow. There is no filtering on DB level. If
* the <code>criteria</code> use only a collection of parent/children ids than use * the <code>criteria</code> use only a collection of parent/children ids than use
* listChildrenIds/listParentIds. * getParentToChildrenIdsMap/getChildToParentsIdsMap.
*/ */
@Deprecated @Deprecated
public List<SampleRelationShipSkeleton> listSampleRelationShipsBy( public List<SampleRelationShipSkeleton> listSampleRelationShipsBy(
......
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