Skip to content

Commit 77cb082

Browse files
committed
Fix Pyramid toString
1 parent 7e158f3 commit 77cb082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/geoscript/layer/Pyramid.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import groovy.transform.ToString
1313
* @author Jared Erickson
1414
*/
1515
@EqualsAndHashCode
16-
@ToString(includeNames = true, excludes = "grids")
16+
@ToString(includeNames = true, excludes = ["grids", "minGrid", "maxGrid"])
1717
class Pyramid {
1818

1919
/**

0 commit comments

Comments
 (0)