Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 142455 | Differences between
and this patch

Collapse All | Expand All

(-)ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java (-1 / +1 lines)
Lines 45-51 Link Here
45
 * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
45
 * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
46
 * @version $Id: JMMarshallerImpl.java 232067 2005-03-10 11:14:08 +0100 (Thu, 10 Mar 2005) jochen $
46
 * @version $Id: JMMarshallerImpl.java 232067 2005-03-10 11:14:08 +0100 (Thu, 10 Mar 2005) jochen $
47
 */
47
 */
48
public class JMMarshallerImpl extends JMControllerImpl implements JMMarshaller {
48
public abstract class JMMarshallerImpl extends JMControllerImpl implements JMMarshaller {
49
  /** Default value for {@link Marshaller#JAXB_ENCODING}.
49
  /** Default value for {@link Marshaller#JAXB_ENCODING}.
50
   * (UTF-8 encoding)
50
   * (UTF-8 encoding)
51
   */
51
   */
(-)ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java (-1 / +1 lines)
Lines 44-50 Link Here
44
44
45
/** JaxMe's {@link javax.xml.bind.Unmarshaller} implementation.
45
/** JaxMe's {@link javax.xml.bind.Unmarshaller} implementation.
46
 */
46
 */
47
public class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller {
47
public abstract class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller {
48
    private static final SAXParserFactory spf;
48
    private static final SAXParserFactory spf;
49
    static {
49
    static {
50
        spf = SAXParserFactory.newInstance();
50
        spf = SAXParserFactory.newInstance();

Return to bug 142455