Skip to content

Commit

Permalink
Add minor test javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 5, 2024
1 parent 70bd6dd commit 8576b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import static org.junit.jupiter.api.Assertions.assertNotNull;

// 04-Sep-2024, tatu: Appears to pass on 3.0?
public class ExternalTypeIdDup1410Test extends DatabindTestUtil
{
enum EnvironmentEventSource { BACKEND; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import static org.junit.jupiter.api.Assertions.assertNotNull;

// 04-Sep-2024, tatu: Passes on 3.0 somehow; fails on 2.18
class JsonIgnoreProperties2803Test extends DatabindTestUtil {
// [databind#2803]
static class Building2803 {
Expand Down

0 comments on commit 8576b17

Please sign in to comment.