Skip to content

Commit

Permalink
Update class to be abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre committed Jul 23, 2024
1 parent b716927 commit 1663f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace OSPSuite.Core
{
public class concern_for_DataColumnToPathElementsMapper : ContextForIntegration<DataColumnToPathElementsMapper>
public abstract class concern_for_DataColumnToPathElementsMapper : ContextForIntegration<DataColumnToPathElementsMapper>
{
protected override void Context()
{
Expand Down

0 comments on commit 1663f42

Please sign in to comment.