Clean up usages of ``@NotImplementedYet`

This commit is contained in:
Steve Ebersole 2022-01-14 15:58:30 -06:00
parent 7de0e79cad
commit 4eca44eecd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import org.hibernate.NotImplementedYetException;
import org.junit.jupiter.api.extension.ExtendWith;
/**
* Marks a test method or class's tested functionality as not being implemented yet.
* Indicates that the test tests functionality that has not been implemented yet.
*
* @see NotImplementedYetExtension
*