Skip to content

Commit 924c73b

Browse files
committed
X509CertificateDatabase.CertificateColumnNames/CrlColumnNames should be static classes
1 parent 6cd7386 commit 924c73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MimeKit/Cryptography/X509CertificateDatabase.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public abstract class X509CertificateDatabase : IX509CertificateDatabase
8282
/// <remarks>
8383
/// The column names for the certificates table.
8484
/// </remarks>
85-
protected class CertificateColumnNames
85+
protected static class CertificateColumnNames
8686
{
8787
/// <summary>
8888
/// The auto-increment primary key identifier.
@@ -252,7 +252,7 @@ protected class CertificateColumnNames
252252
/// <remarks>
253253
/// The column names for the CRLs table.
254254
/// </remarks>
255-
protected class CrlColumnNames
255+
protected static class CrlColumnNames
256256
{
257257
/// <summary>
258258
/// The auto-increment primary key identifier.

0 commit comments

Comments
 (0)