This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 51147ed  Improve OSGi Installer .config file format description
51147ed is described below

commit 51147edfafe59345bfdcdcd1d29cb4a8c0725845
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 28 10:34:49 2018 +0200

    Improve OSGi Installer .config file format description
---
 documentation/bundles/configuration-installer-factory.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/bundles/configuration-installer-factory.html 
b/documentation/bundles/configuration-installer-factory.html
index 8ff055b..c3f2551 100644
--- a/documentation/bundles/configuration-installer-factory.html
+++ b/documentation/bundles/configuration-installer-factory.html
@@ -145,7 +145,7 @@ stringsimple ::= &lt;quoted string representation of the 
value where both &#39;&
   <li><code>C</code> : Character</li>
   <li><code>B</code> : Boolean</li>
 </ul>
-<p>For Float and Double types the methods <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html#intBitsToFloat%28int%29";>Float.intBitsToFloat</a>
 and 
[Double.longBitsToDouble](https://docs.oracle.com/javase/7/docs/api/java/lang/Double.html#longBitsToDouble(long))
 are being used to convert the numeric string into the correct type. These 
methods rely on the IEEE 754 floating-point formats described in <a 
href="https://en.wikipedia.org/wiki/Single-precision_floating-point_ [...]
+<p>For Float and Double types the methods <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html#intBitsToFloat%28int%29";>Float.intBitsToFloat</a>
 and <a 
href="https://docs.oracle.com/javase/7/docs/api/java/lang/Double.html#longBitsToDouble%28long%29";>Double.longBitsToDouble</a>
 are being used to convert the numeric string into the correct type. These 
methods rely on the IEEE 754 floating-point formats described in <a 
href="https://en.wikipedia.org/wiki/Single-precision_ [...]
 <p>A number of such .config files exist in the Sling codebase and can be used 
as examples.</p>
 <h1><a href="#project-info" name="project-info">Project Info</a></h1>
 <ul>
@@ -153,7 +153,7 @@ stringsimple ::= &lt;quoted string representation of the 
value where both &#39;&
 </ul></section></div></div>            
             <div class="footer">
 <div class="revisionInfo">
-                    Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">Wed Nov 22 22:30:38 2017 +0200</span>
+                    Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">Thu Jun 28 10:33:26 2018 +0200</span>
                 </div>                <p>
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </p><p>

Reply via email to