Skip to content

Commit

Permalink
Update ReKernel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline authored May 5, 2024
1 parent f9281fe commit c3e88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Develop/sample/java/ReKernel.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static void start() {
int targetUid = StringUtils.StringToInteger(StringUtils.getSubString(data, "dst=", ";"));
// Your code
} else if (type.equals("Network")) {
int targetUid = StringUtils.StringToInteger(StringUtils.getSubString(data, "uid=", ";"));
int targetUid = StringUtils.StringToInteger(StringUtils.getSubString(data, "target=", ";"));
// Your code
}
}
Expand Down

0 comments on commit c3e88a7

Please sign in to comment.