Skip to content

Commit

Permalink
fix accessibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karakasa committed Aug 12, 2023
1 parent dcb023f commit 0b0a055
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion main/Util/EnumExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace NPOI.Util
/// <summary>
/// This class provides helper methods that reduce dynamic code / reflection use, for better AOT performance.
/// </summary>
internal static class EnumExtensions
public static class EnumExtensions
{
#if !NET6_0_OR_GREATER
public static T[] GetEnumValues<T>() where T : struct, Enum
Expand Down
48 changes: 0 additions & 48 deletions openxml4Net/Util/EnumExtensions.cs

This file was deleted.

0 comments on commit 0b0a055

Please sign in to comment.