annotate CONTRIBUTING.md @ 22404:23d2b5513c83

Fixing API error: GraphPrintVisitor shouldn't expose internal API class in an API method. When at it deprecating all protected methods, as GraphPrintVisitor usages don't indicate somebody should be subclassing it at all.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 20 Nov 2015 17:27:42 +0100
parents a968fd429ee5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18312
a968fd429ee5 Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
1 Please see http://openjdk.java.net/contribute/ for details of how to contribute
a968fd429ee5 Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
2 to OpenJDK projects including GraalVM.