Skip to content

Commit 38113c6

Browse files
Fix jshort typo
1 parent 78ccd63 commit 38113c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/support/JniReferences.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jdouble JniReferences::DoubleToPrimitive(jobject boxedDouble)
392392
return env->CallDoubleMethod(boxedDouble, valueMethod);
393393
}
394394

395-
jShort JniReferences::ShortToPrimitive(jobject boxedShort)
395+
jshort JniReferences::ShortToPrimitive(jobject boxedShort)
396396
{
397397
JNIEnv * env = GetEnvForCurrentThread();
398398
VerifyOrReturnValue(env != nullptr, 0, ChipLogError(Support, "env cannot be nullptr"));

0 commit comments

Comments
 (0)