Skip to content

Commit

Permalink
[pinpoint-apm#10776] Change property name for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Aug 8, 2024
1 parent 6925977 commit bd8ca51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
/**
* @author minwoo-jung
*/
public record Layout(int x, int y, int width, int height) {
public record Layout(int x, int y, int w, int h) {
}

0 comments on commit bd8ca51

Please sign in to comment.