@param padding whether or not the query should include padding
(boolean padding)
| 439 | |
| 440 | /** @param padding whether or not the query should include padding */ |
| 441 | public void setPadding(boolean padding) { |
| 442 | this.padding = padding; |
| 443 | } |
| 444 | |
| 445 | /** @param no_annotations whether or not to suppress annotation output */ |
| 446 | public void setNoAnnotations(boolean no_annotations) { |
no outgoing calls