Changes for page Release Notes for XWiki 8.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -37,7 +37,7 @@ 37 37 Implementation-URL: ${project.url} 38 38 {{/code}} 39 39 40 -And can be accessed using ##java.lang.Package##from any class. For example:40 +And can be accessed using {{java.lang.Package}} from any class. For example: 41 41 42 42 {{code language="java"}} 43 43 String myVersion = this.getClass().getPackage().getImplementationVersion();