You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by bu...@apache.org on 2013/07/25 22:21:58 UTC

svn commit: r871193 - in /websites/staging/sis/trunk/content: ./ css/sis.css faq.html

Author: buildbot
Date: Thu Jul 25 20:21:58 2013
New Revision: 871193

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/css/sis.css
    websites/staging/sis/trunk/content/faq.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 25 20:21:58 2013
@@ -1 +1 @@
-1506990
+1507110

Modified: websites/staging/sis/trunk/content/css/sis.css
==============================================================================
--- websites/staging/sis/trunk/content/css/sis.css (original)
+++ websites/staging/sis/trunk/content/css/sis.css Thu Jul 25 20:21:58 2013
@@ -39,6 +39,7 @@ code {
   color: inherit;
   background-color: inherit;
   border: none;
+  padding: 2px 2px;
 }
 table {
   background-color: #F4F8FF;

Modified: websites/staging/sis/trunk/content/faq.html
==============================================================================
--- websites/staging/sis/trunk/content/faq.html (original)
+++ websites/staging/sis/trunk/content/faq.html Thu Jul 25 20:21:58 2013
@@ -121,8 +121,7 @@ of all GeoAPI metadata interfaces readin
 <h3 id="metadata-unknownClass">I can't marshall my custom implementation.</h3>
 <p>The classes given to the JAXB marshaller shall contain JAXB annotations,
 otherwise the following exception is thrown:</p>
-<div class="codehilite"><pre>javax.xml.bind.JAXBException: class MyCustomClass
-nor any of its super class is known to this context.
+<div class="codehilite"><pre>javax.xml.bind.JAXBException: class MyCustomClass nor any of its super class is known to this context.
 </pre></div>