We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e158f3 commit 77cb082Copy full SHA for 77cb082
1 file changed
src/main/groovy/geoscript/layer/Pyramid.groovy
@@ -13,7 +13,7 @@ import groovy.transform.ToString
13
* @author Jared Erickson
14
*/
15
@EqualsAndHashCode
16
-@ToString(includeNames = true, excludes = "grids")
+@ToString(includeNames = true, excludes = ["grids", "minGrid", "maxGrid"])
17
class Pyramid {
18
19
/**
0 commit comments