[jboss-jira] [JBoss JIRA] Closed: (JBXB-115) remove use of System.out from XsdBinder

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Wed Oct 31 12:33:44 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBXB-115?page=all ]

Alexey Loubyansky closed JBXB-115.
----------------------------------

    Resolution: Done

Fixed.

> remove use of System.out from XsdBinder
> ---------------------------------------
>
>                 Key: JBXB-115
>                 URL: http://jira.jboss.com/jira/browse/JBXB-115
>             Project: JBoss XML Binding (JBossXB)
>          Issue Type: Task
>    Affects Versions: JBossXB-1.0.0.SP1
>            Reporter: Alexey Loubyansky
>         Assigned To: Alexey Loubyansky
>             Fix For: JBossXB-1.0.0.SP2
>
>
> $ svn diff
> Index: main/java/org/jboss/xb/binding/sunday/unmarshalling/XsdBinder.java
> ===================================================================
> --- main/java/org/jboss/xb/binding/sunday/unmarshalling/XsdBinder.java  (revision 2639)
> +++ main/java/org/jboss/xb/binding/sunday/unmarshalling/XsdBinder.java  (working copy)
> @@ -852,7 +852,7 @@
>              ctx.simpleContentWithIdAsSimpleType &&
>              particle == null && hasOnlyIdAttrs)
>        {
> -         binding.setStartElementCreatesObject(false);System.out.println("no object for " + binding.getQName());
> +         binding.setStartElementCreatesObject(false);
>        }
>        else

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list