Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 12, 2019
1 parent 3a839ce commit 3d8ed0d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -11,7 +11,9 @@
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;

public class GeneratorAutoCloseTest extends ModuleTestBase {
@SuppressWarnings("resource")
public class GeneratorAutoCloseTest extends ModuleTestBase
{

private Pojo pojo = new Pojo("bar");

Expand Down

0 comments on commit 3d8ed0d

Please sign in to comment.