Skip to content

Commit

Permalink
Remove suppresswarning from getPrintScaleFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Nov 15, 2024
1 parent 869e700 commit cd799bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ void print(long hdc) {
}
}

@SuppressWarnings("removal")
protected static int getPrintScaleFactor() {
// check if value is already cached
if (pScale != 0)
Expand Down

0 comments on commit cd799bc

Please sign in to comment.