5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
== How to fix it
|
|
|
|
To prevent the class from being instantiated, you should define a non-public constructor.
|
|
This will prevent the compiler from implicitly generating a public parameterless constructor.
|