We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df05c91 commit d6a2a9dCopy full SHA for d6a2a9d
1 file changed
CodeConverter/Common/AnnotationConstants.cs
@@ -2,7 +2,7 @@
2
3
namespace ICSharpCode.CodeConverter.Common;
4
5
-internal class AnnotationConstants
+internal static class AnnotationConstants
6
{
7
public const string SelectedNodeAnnotationKind = "CodeConverter.SelectedNode";
8
public const string AnnotatedNodeIsParentData = "CodeConverter.SelectedNode.IsAllChildrenOfThisNode";
0 commit comments