Skip to content

Commit

Permalink
Change endpointId type to int to align with other override functions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Nov 27, 2023
1 parent d71d90d commit 1412041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static ChipEventPath newInstance(
}

/** Create a new {@link ChipEventPath} with only concrete ids. */
public static ChipEventPath newInstance(long endpointId, long clusterId, long eventId) {
public static ChipEventPath newInstance(int endpointId, long clusterId, long eventId) {
return new ChipEventPath(
ChipPathId.forId(endpointId),
ChipPathId.forId(clusterId),
Expand Down

0 comments on commit 1412041

Please sign in to comment.