Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 10, 2024
1 parent c02f7a2 commit 67cb1c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
* {@code restorableObjects()} method to return all restorable objects whose state must be tested
* for proper serialization. Both methods can return {@code null} if no such object needs to be
* tested.
* <p>
* This class has not migrated to Junit 5 because downstream libraries, e.g., java-logging,
* are extending this class and these libraries still use Junit 4.
* Migrating this class to Junit 5 will cause test failures in downstream libraries.
*
* <p>This class has not migrated to Junit 5 because downstream libraries, e.g., java-logging, are
* extending this class and these libraries still use Junit 4. Migrating this class to Junit 5 will
* cause test failures in downstream libraries.
*/
public abstract class BaseSerializationTest {

Expand Down

0 comments on commit 67cb1c6

Please sign in to comment.