Skip to content

Commit

Permalink
Ignore deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
qqilihq committed Jul 3, 2024
1 parent cedc3ed commit 1216f5b
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 @@ -18,6 +18,7 @@

import de.philippkatz.knime.jsondocgen.JsonNodeDocuGenerator.PortDirection;

@SuppressWarnings("deprecation")
public class JsonNodeDocuGeneratorTest {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.knime.core.node.port.PortType;
import org.knime.core.node.port.database.DatabasePortObject;

@SuppressWarnings("deprecation")
final class StubNodeModel extends NodeModel {

protected StubNodeModel() {
Expand Down

0 comments on commit 1216f5b

Please sign in to comment.