Skip to content

Commit 602f806

Browse files
authored
Merge pull request #2106 from Netflix/fix/javadoc
fix unresolved reference in the JavaDoc
2 parents 04fb147 + f4cc308 commit 602f806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQLAutoConfiguration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@ open class DgsSpringGraphQLAutoConfiguration(
237237
): DefaultDgsGraphQLContextBuilder = DefaultDgsGraphQLContextBuilder(dgsCustomContextBuilder, dgsCustomContextBuilderWithRequest)
238238

239239
/**
240-
* Used by the [DefaultDgsQueryExecutor], it controls if, and when, such executor should reload the schema.
240+
* Used by the [ReloadableGraphQLSource], it controls if, and when, such executor should reload the schema.
241241
* This implementation will return either the boolean value of the `dgs.reload` flag
242242
* or `true` if the `laptop` profile is an active Spring Boot profiles.
243243
* <p>
244244
* You can provide a bean of type [ReloadSchemaIndicator] if you want to control when the
245-
* [DefaultDgsQueryExecutor] should reload the schema.
245+
* [ReloadableGraphQLSource] should reload the schema.
246246
*
247247
* @implSpec the implementation of such bean should be thread-safe.
248248
*/

0 commit comments

Comments
 (0)