Skip to content

Commit

Permalink
fix broken link (#388)
Browse files Browse the repository at this point in the history
remove the invalid link:: macro prefix
  • Loading branch information
mojavelinux authored and antoinesd committed May 9, 2017
1 parent 3081288 commit f0bdc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/core/implementation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A Java class is a managed bean if it meets all of the following conditions:
All Java classes that meet these conditions are managed beans and thus no special declaration is required to define a managed bean.

If packages annotated `@Vetoed` are split across classpath entries, non-portable behavior results.
An application can prevent packages being split across jars by sealing the package as defined by the link::https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#sealing[JAR File Specification].
An application can prevent packages being split across jars by sealing the package as defined by the https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#sealing[JAR File Specification].

[[managed_bean_types]]

Expand Down

0 comments on commit f0bdc77

Please sign in to comment.