Skip to content

Commit

Permalink
Fix return type documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Nov 7, 2019
1 parent 6d21b9d commit 955f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documents/QueryBuilder.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Mapbender <<Frame>> {
package Element <<Frame>>{
class QueryBuilder <extends Element>{
__ API __
+ executeQuery(int queryId): GeoJSON
+ executeQuery(int queryId): array
}
}
}
Expand Down

0 comments on commit 955f528

Please sign in to comment.