You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2017/12/27 09:53:40 UTC

svn commit: r1819327 [16/19] - in /openwebbeans/cms-site/trunk/content/meecrowave: ./ meecrowave-core/ meecrowave-gradle/ meecrowave-jolokia/ meecrowave-jpa/ meecrowave-jta/ meecrowave-maven/ meecrowave-oauth2/ testing/

Modified: openwebbeans/cms-site/trunk/content/meecrowave/start.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/meecrowave/start.html?rev=1819327&r1=1819326&r2=1819327&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/meecrowave/start.html (original)
+++ openwebbeans/cms-site/trunk/content/meecrowave/start.html Wed Dec 27 09:53:40 2017
@@ -74,7 +74,7 @@
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-java" data-lang="java">@Path("kitchen")
+<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">@Path("kitchen")
 @ApplicationScoped
 public class HelloKitchen {
     @GET
@@ -89,7 +89,7 @@ public class HelloKitchen {
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-java" data-lang="java">try (final Meecrowave meecrowave = new Meecrowave().bake()) {
+<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">try (final Meecrowave meecrowave = new Meecrowave().bake()) {
     new Scanner(System.in).nextLine();
 }</code></pre>
 </div>
@@ -134,7 +134,7 @@ this feature is supported starting from
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-java" data-lang="java">@Grab('org.apache.meecrowave:meecrowave-core:0.3.0')
+<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">@Grab('org.apache.meecrowave:meecrowave-core:0.3.0')
 
 import org.apache.meecrowave.Meecrowave
 
@@ -159,7 +159,7 @@ new Meecrowave().bake().await()</code></
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">groovy hello.groovy</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">groovy hello.groovy</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -167,7 +167,7 @@ new Meecrowave().bake().await()</code></
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">curl http://localhost:8080/hello</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">curl http://localhost:8080/hello</code></pre>
 </div>
 </div>
 </div>