Skip to content

Commit

Permalink
add listener that silences obsolete content type javascript error
Browse files Browse the repository at this point in the history
messages
  • Loading branch information
skyhirider authored and rbri committed Nov 11, 2024
1 parent 38c1577 commit f0af729
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/org/htmlunit/SilentIncorrectnessListener.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.htmlunit;

public class SilentIncorrectnessListener implements IncorrectnessListener {

@Override
public void notify(String message, Object origin) {
}

}

0 comments on commit f0af729

Please sign in to comment.