Skip to content

Commit dd9a01e

Browse files
committed
restore empty lines
1 parent 7d3097e commit dd9a01e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/graphql/schema/idl/SchemaGenerator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public static Options defaultOptions() {
199199
* descriptions are the sanctioned way to make scheme element descriptions.
200200
*
201201
* @param useCommentsAsDescription the flag to control whether comments can be used as schema element descriptions
202+
*
202203
* @return a new Options object
203204
*/
204205
public Options useCommentsAsDescriptions(boolean useCommentsAsDescription) {
@@ -210,6 +211,7 @@ public Options useCommentsAsDescriptions(boolean useCommentsAsDescription) {
210211
* some tooling may require them.
211212
*
212213
* @param captureAstDefinitions the flag on whether to capture AST definitions
214+
*
213215
* @return a new Options object
214216
*/
215217
public Options captureAstDefinitions(boolean captureAstDefinitions) {
@@ -222,6 +224,7 @@ public Options captureAstDefinitions(boolean captureAstDefinitions) {
222224
* elements. This flag allows you to only use {@link graphql.schema.GraphQLAppliedDirective} on schema elements.
223225
*
224226
* @param useAppliedDirectivesOnly the flag on whether to use {@link graphql.schema.GraphQLAppliedDirective}s only on schema elements
227+
*
225228
* @return a new Options object
226229
*/
227230
public Options useAppliedDirectivesOnly(boolean useAppliedDirectivesOnly) {

0 commit comments

Comments
 (0)