Skip to content

Commit

Permalink
Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Aug 14, 2019
1 parent e19878f commit b390cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDFSharp/Query/Mirella/Algebra/RDFPropertyPath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public RDFPropertyPath AddAlternativeSteps(List<RDFPropertyPathStep> alternative
//Avoid chaining of alternative steps
if (this.Steps.LastOrDefault()?.StepFlavor == RDFQueryEnums.RDFPropertyPathStepFlavors.Alternative)
{
RDFQueryEvents.RaiseGENERICQueryEvaluation("AddAlternativeSteps: chaining of alternative steps detected, discarding these ones.");
RDFQueryEvents.RaiseGENERICQueryEvaluation("AddAlternativeSteps: chaining of alternative steps detected, discarding last ones.");
return this;
}

Expand Down

0 comments on commit b390cf6

Please sign in to comment.