Skip to content

Commit

Permalink
Suppress revapi error
Browse files Browse the repository at this point in the history
  • Loading branch information
klaren committed Mar 12, 2018
1 parent 74418d0 commit 159be54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -323,6 +323,11 @@
<class>org.neo4j.helpers.FailableConcurrentTransfer</class>
<justification>Class is never used</justification>
</item>
<item>
<code>java.field.nowFinal</code>
<old>field org.neo4j.graphdb.InputPosition.empty</old>
<justification>Changes to this field should not be allowed</justification>
</item>
</revapi.ignore>
<revapi.semver.ignore>
<enabled>true</enabled>
Expand Down

0 comments on commit 159be54

Please sign in to comment.