Skip to content

Commit

Permalink
Add error for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Jul 3, 2023
1 parent c845d09 commit f909ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace DocumentFormat.OpenXml.Generator;
[AttributeUsage(AttributeTargets.Class)]
internal sealed class OpenXmlPackageAttribute : Attribute
{
public OpenXmlPackageAttribute(string packageType)
public OpenXmlPackageAttribute(string packageType2)
{
}
}

0 comments on commit f909ebf

Please sign in to comment.