Skip to content

Commit 44fd12a

Browse files
committed
refactor: clean code improvement (Magic Numbers)
1 parent 6adf3e3 commit 44fd12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geowebcache/core/src/main/java/org/geowebcache/grid/ResolutionMismatchException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public ResolutionMismatchException(double wRes, double bestResolution) {
2020
+ wRes
2121
+ " , best match: "
2222
+ bestResolution
23-
+ " exceeds 10% threshold. Perhaps the client is configured "
23+
+ " exceeds ALLOWED_RESOLUTION_THRESHOLD. Perhaps the client is configured "
2424
+ " with an incorrect set of scales (resolutions), "
2525
+ " or the DPI setting is off compared to the one in GWC ?");
2626
}

0 commit comments

Comments
 (0)