Skip to content

Commit 1f740da

Browse files
committed
Remove Serializable from UniqueIdFormat
1 parent f2b1fc2 commit 1f740da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/UniqueIdFormat.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
*
3434
* @since 1.0
3535
*/
36-
class UniqueIdFormat implements Serializable {
37-
38-
@Serial
39-
private static final long serialVersionUID = 1L;
36+
class UniqueIdFormat {
4037

4138
private static final UniqueIdFormat defaultFormat = new UniqueIdFormat('[', ':', ']', '/');
4239

0 commit comments

Comments
 (0)