Skip to content

Commit

Permalink
some more test cleanuop
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 2, 2015
1 parent a3789d6 commit a1dcf5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class TestExternalTypeId222 extends BaseMapTest
{
// 25-Feb-2015, tatu: Where does this belong? Not releated to #222...
// 25-Feb-2015, tatu: Where does this belong? Not related to #222...

/*
@SuppressWarnings("unused")
Expand Down Expand Up @@ -91,6 +91,7 @@ public Issue222Bean(int v) {
}
}

@JsonTypeName("222b") // shouldn't actually matter
static class Issue222BeanB
{
public int x;
Expand Down

0 comments on commit a1dcf5e

Please sign in to comment.