Created
December 23, 2020 10:36
-
-
Save dweiss/c1c9f218c6a8e5d2f253193806a9f472 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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