Skip to content

Commit

Permalink
Merge pull request #9711 from scala/ClassfileAnnotation-docs-fix
Browse files Browse the repository at this point in the history
Format typo in ClassfileAnnotation docs
  • Loading branch information
lrytz committed Jul 27, 2021
2 parents fd3fb31 + 9379c63 commit 39c9d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/annotation/ClassfileAnnotation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package scala.annotation

/** A base class for classfile annotations. These are stored as
* [[https://docs.oracle.com/javase/8/docs/technotes/guides/language/annotations.html Java annotations]]]
* [[https://docs.oracle.com/javase/8/docs/technotes/guides/language/annotations.html Java annotations]]
* in classfiles.
*/
@deprecated("Annotation classes need to be written in Java in order to be stored in classfiles in a Java-compatible manner", "2.13.0")
Expand Down

0 comments on commit 39c9d85

Please sign in to comment.