Skip to content

Instantly share code, notes, and snippets.

@dweiss
Created December 23, 2020 10:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dweiss/c1c9f218c6a8e5d2f253193806a9f472 to your computer and use it in GitHub Desktop.
# Compile with javac -Xdoclint:all/protected ...
/**
* Lucene internals or asking for help on <a
* href="mailto:java-user@lucene.apache.org">java-user@lucene.apache.org</a>
*/
public class Breaks {}
/**
* Lucene internals or asking for help on <a
* href="http://lucene.apache.org">java-user@lucene.apache.org</a> to figure out why.
*/
public class Passes {}
/**
* Lucene internals or asking for help on <a href="mailto:java-user@lucene.apache.org">java-user@lucene.apache.org</a> to figure out why.
*/
public class Passes2 {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment