Skip to content

Commit 7ce6da3

Browse files
committed
Marked Obsolete members instead of new one
1 parent 4a93c13 commit 7ce6da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Loader/JoinWalker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ private void WalkEntityAssociationTree(IAssociationType associationType, IOuterJ
446446
/// For an entity class, add to a list of associations to be fetched
447447
/// by outerjoin
448448
/// </summary>
449-
/// Since 5.4
450449
protected virtual void WalkEntityTree(IOuterJoinLoadable persister, string alias, string path)
451450
{
452451
int n = persister.CountSubclassProperties();
@@ -474,6 +473,7 @@ protected virtual void WalkEntityTree(IOuterJoinLoadable persister, string alias
474473
/// For an entity class, add to a list of associations to be fetched
475474
/// by outerjoin
476475
/// </summary>
476+
// Since 5.4
477477
[Obsolete("Use or override the overload without the currentDepth parameter")]
478478
protected virtual void WalkEntityTree(IOuterJoinLoadable persister, string alias, string path, int currentDepth)
479479
{
@@ -483,7 +483,6 @@ protected virtual void WalkEntityTree(IOuterJoinLoadable persister, string alias
483483
/// <summary>
484484
/// For a component, add to a list of associations to be fetched by outerjoin
485485
/// </summary>
486-
/// Since 5.4
487486
protected void WalkComponentTree(IAbstractComponentType componentType, int begin, string alias, string path,
488487
ILhsAssociationTypeSqlInfo associationTypeSQLInfo)
489488
{
@@ -539,6 +538,7 @@ protected void WalkComponentTree(IAbstractComponentType componentType, int begin
539538
/// <summary>
540539
/// For a component, add to a list of associations to be fetched by outerjoin
541540
/// </summary>
541+
// Since 5.4
542542
[Obsolete("Use or override the overload without the currentDepth parameter")]
543543
protected void WalkComponentTree(IAbstractComponentType componentType, int begin, string alias, string path,
544544
int currentDepth, ILhsAssociationTypeSqlInfo associationTypeSQLInfo)

0 commit comments

Comments
 (0)