Skip to content

Commit 5845014

Browse files
authored
Merge pull request #118 from graphql-java/instrumentation-typo
Fix typo
2 parents 3d0079b + afd508f commit 5845014

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CustomInstrumentationState implements InstrumentationState {
3636
}
3737
}
3838

39-
class CustomInstrumentation extends SimpleInstrumentation {
39+
class CustomInstrumentation extends SimplePerformantInstrumentation {
4040
@Override
4141
public InstrumentationState createState() {
4242
//

versioned_docs/version-v20/instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CustomInstrumentationState implements InstrumentationState {
3636
}
3737
}
3838

39-
class CustomInstrumentation extends SimpleInstrumentation {
39+
class CustomInstrumentation extends SimplePerformantInstrumentation {
4040
@Override
4141
public InstrumentationState createState() {
4242
//

0 commit comments

Comments
 (0)