Skip to content

Commit 0005011

Browse files
authored
doc: fix KubernetesMockServerExtension Javadoc
In 850044a the Javadoc was updated but it refers to classes that don't exist and aren't what's used elsewhere in the rests.
1 parent 7367808 commit 0005011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit/kubernetes-server-mock/src/main/java/io/fabric8/kubernetes/client/server/mock/KubernetesMockServerExtension.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
/**
4141
* The class that implements JUnit5 extension mechanism. You can use it directly in your JUnit test
42-
* by annotating it with <code>@ExtendWith(KubernetesMockExtension.class)</code> or through
43-
* <code>@EnableKubernetesMock</code> annotation
42+
* by annotating it with <code>@ExtendWith(KubernetesMockServerExtension.class)</code> or through
43+
* <code>@EnableKubernetesMockClient</code> annotation
4444
*/
4545
public class KubernetesMockServerExtension
4646
implements AfterEachCallback, AfterAllCallback, BeforeEachCallback, BeforeAllCallback {

0 commit comments

Comments
 (0)