Skip to content

Commit 667f164

Browse files
committed
Update autoported files
1ea46c57c983383315bae947552dcd9a943f0d5c
1 parent b57ecce commit 667f164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itext/itext.kernel/itext/kernel/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private static String[] ParseVersionString(String version) {
295295
/// <exception cref="Java.Lang.InstantiationException"/>
296296
/// <exception cref="System.Reflection.TargetInvocationException"/>
297297
private static String[] GetLicenseeInfoFromLicenseKey(String validatorKey) {
298-
String licenseeInfoMethodName = "getLicenseeInfoForVersion";
298+
String licenseeInfoMethodName = "GetLicenseeInfoForVersion";
299299
Type klass = GetLicenseKeyClass();
300300
if (klass != null) {
301301
Type[] cArg = new Type[] { typeof(String) };

0 commit comments

Comments
 (0)