Skip to content

Commit d6a2a9d

Browse files
Make static
1 parent df05c91 commit d6a2a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeConverter/Common/AnnotationConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ICSharpCode.CodeConverter.Common;
44

5-
internal class AnnotationConstants
5+
internal static class AnnotationConstants
66
{
77
public const string SelectedNodeAnnotationKind = "CodeConverter.SelectedNode";
88
public const string AnnotatedNodeIsParentData = "CodeConverter.SelectedNode.IsAllChildrenOfThisNode";

0 commit comments

Comments
 (0)