Skip to content

Commit a6508f0

Browse files
committed
fix(Javadoc): corrected more Javadoc errors
1 parent 7465e71 commit a6508f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/impl/GraphQLJpaExecutor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ public GraphQLJpaExecutor(GraphQLSchema graphQLSchema) {
5656

5757
/**
5858
* Creates instance using GraphQLSchema and GraphQLJpaExecutorContextFactory
59-
*
60-
* @param graphQLSchema instance
61-
* @param GraphQLExecutorContextFactory contextFactory
59+
*
60+
* @param graphQLSchema schema
61+
* @param contextFactory factory
6262
*/
6363
public GraphQLJpaExecutor(GraphQLSchema graphQLSchema,
6464
GraphQLExecutorContextFactory contextFactory) {

0 commit comments

Comments
 (0)