Skip to content

Commit 955f528

Browse files
committed
Fix return type documentation
1 parent 6d21b9d commit 955f528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documents/QueryBuilder.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package Mapbender <<Frame>> {
66
package Element <<Frame>>{
77
class QueryBuilder <extends Element>{
88
__ API __
9-
+ executeQuery(int queryId): GeoJSON
9+
+ executeQuery(int queryId): array
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)