Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187327 Details for
Bug 142455
dev-java/jaxme-0.5.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make un/marshaller's abstract
jaxme-0.5.2-fix_marshallers.patch (text/plain), 1.57 KB, created by
Dror Levin (RETIRED)
on 2009-04-04 22:10:12 UTC
(
hide
)
Description:
patch to make un/marshaller's abstract
Filename:
MIME Type:
Creator:
Dror Levin (RETIRED)
Created:
2009-04-04 22:10:12 UTC
Size:
1.57 KB
patch
obsolete
>diff -ur ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java >--- ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java 2005-03-10 12:14:08.000000000 +0200 >+++ ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java 2009-04-05 00:43:39.498597962 +0300 >@@ -45,7 +45,7 @@ > * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a> > * @version $Id: JMMarshallerImpl.java 232067 2005-03-10 11:14:08 +0100 (Thu, 10 Mar 2005) jochen $ > */ >-public class JMMarshallerImpl extends JMControllerImpl implements JMMarshaller { >+public abstract class JMMarshallerImpl extends JMControllerImpl implements JMMarshaller { > /** Default value for {@link Marshaller#JAXB_ENCODING}. > * (UTF-8 encoding) > */ >diff -ur ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java >--- ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java 2005-03-04 12:41:53.000000000 +0200 >+++ ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java 2009-04-05 00:43:53.635210800 +0300 >@@ -44,7 +44,7 @@ > > /** JaxMe's {@link javax.xml.bind.Unmarshaller} implementation. > */ >-public class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller { >+public abstract class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller { > private static final SAXParserFactory spf; > static { > spf = SAXParserFactory.newInstance();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142455
:
93217
|
93218
|
93223
|
187326
| 187327 |
187336
|
187341