We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57ecce commit 667f164Copy full SHA for 667f164
itext/itext.kernel/itext/kernel/Version.cs
@@ -295,7 +295,7 @@ private static String[] ParseVersionString(String version) {
295
/// <exception cref="Java.Lang.InstantiationException"/>
296
/// <exception cref="System.Reflection.TargetInvocationException"/>
297
private static String[] GetLicenseeInfoFromLicenseKey(String validatorKey) {
298
- String licenseeInfoMethodName = "getLicenseeInfoForVersion";
+ String licenseeInfoMethodName = "GetLicenseeInfoForVersion";
299
Type klass = GetLicenseKeyClass();
300
if (klass != null) {
301
Type[] cArg = new Type[] { typeof(String) };
0 commit comments