Skip to content

Commit

Permalink
Fix one more merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Apr 4, 2023
1 parent 760397b commit 902ad2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/py_matter_idl/matter_idl/generators/java/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,9 @@ def internal_render_all(self):
)

cluster_targets = [
GenerateTarget(template="java/ChipClustersRead.jinja",
GenerateTarget(template="ChipClustersRead.jinja",
output_name="jni/{cluster_name}Client-ReadImpl.cpp"),
GenerateTarget(template="java/ChipClustersCpp.jinja",
GenerateTarget(template="ChipClustersCpp.jinja",
output_name="jni/{cluster_name}Client-InvokeSubscribeImpl.cpp"),
]

Expand Down

0 comments on commit 902ad2b

Please sign in to comment.