Wrong code in MessageBodyWriter example
---------------------------------------

                 Key: CXF-3666
                 URL: https://issues.apache.org/jira/browse/CXF-3666
             Project: CXF
          Issue Type: Bug
          Components: Documentation
            Reporter: Pierre Ingmansson
            Priority: Trivial


The example for MessageBodyWriter on 
http://cxf.apache.org/docs/jax-rs-basics.html#JAX-RSBasics-CustomMessageBodyProviders
 contains:

@ProduceMime("text/plain")

Which I believe should be:

@Produces("text/plain")

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to