Skip to content

Commit

Permalink
Optimized the use of diamond operator
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Jun 30, 2023
1 parent 6c6fa68 commit f6ffd36
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
* @author Marco Meschieri - LogicalDOC
* @since 8.4.2
*/
public class ImageZone implements Serializable {

private static final long serialVersionUID = 1L;
public class ImageZone {

/**
* Upper-left corner of the zone (percentage of the width 0..1)
Expand Down

0 comments on commit f6ffd36

Please sign in to comment.