dev-java/jetty-alpn-api: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:14:21 +0000 (23:14 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:23:46 +0000 (12:23 +0100)
dev-java/jetty-alpn-api/metadata.xml

index d0ea9f1908768d7143918abec0ae43b0b348fe35..e7ff4b83b6646a3fa5152a3812cbc9299940cfc8 100644 (file)
@@ -8,7 +8,9 @@
        <upstream>
                <remote-id type="github">eclipse/jetty.alpn.api</remote-id>
        </upstream>
-    <longdescription>The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection.
+       <longdescription>
+               The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection.
 
-Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server.</longdescription>
+               Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server.
+       </longdescription>
 </pkgmetadata>