Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Sep 12, 2023
1 parent 385556e commit 76678ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/java/CHIPDeviceController-JNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jint JNI_OnLoad(JavaVM * jvm, void * reserved)
SuccessOrExit(err);
#endif // JAVA_MATTER_CONTROLLER_TEST

chip:app::dynamic_server::InitAccessControl();
chip::app::dynamic_server::InitAccessControl();
exit:
if (err != CHIP_NO_ERROR)
{
Expand Down

0 comments on commit 76678ba

Please sign in to comment.