Author: desruisseaux
Date: Thu Jul 25 20:21:55 2013
New Revision: 1507110
URL: http://svn.apache.org/r1507110
Log:
Trivial formatting.
Modified:
sis/site/trunk/content/css/sis.css
sis/site/trunk/content/faq.mdtext
Modified: sis/site/trunk/content/css/sis.css
URL: http://svn.apache.org/viewvc/sis/site/trunk/content/css/sis.css?rev=1507110&r1=1507109&r2=1507110&view=diff
==============================================================================
--- sis/site/trunk/content/css/sis.css (original)
+++ sis/site/trunk/content/css/sis.css Thu Jul 25 20:21:55 2013
@@ -39,6 +39,7 @@ code {
color: inherit;
background-color: inherit;
border: none;
+ padding: 2px 2px;
}
table {
background-color: #F4F8FF;
Modified: sis/site/trunk/content/faq.mdtext
URL: http://svn.apache.org/viewvc/sis/site/trunk/content/faq.mdtext?rev=1507110&r1=1507109&r2=1507110&view=diff
==============================================================================
--- sis/site/trunk/content/faq.mdtext (original)
+++ sis/site/trunk/content/faq.mdtext Thu Jul 25 20:21:55 2013
@@ -62,8 +62,7 @@ The classes given to the JAXB marshaller
otherwise the following exception is thrown:
:::text
- javax.xml.bind.JAXBException: class MyCustomClass
- nor any of its super class is known to this context.
+ javax.xml.bind.JAXBException: class MyCustomClass nor any of its super class is known
to this context.
The easiest workaround is to wrap the custom implementation into one of the implementations
provided in the `org.apache.metadata.iso` package.
|