Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-2864

Fix code bug in Chapter 52 of User Guide

    XMLWordPrintable

Details

    • Undefined

    Description

      Reported by Petr Beran:

      In chapter 51.2. RESTEasy Proxy Framework ( https://docs.jboss.org/resteasy/docs/4.6.0.Final/userguide/html/RESTEasy_Client_Framework.html#proxies ) there are 3 code snippets - first one with SimpleClient interface and the other two with the proxy itself.

      In those last two snippets, interface method putBasic is called on ResteasyClient (client.putBasic("hello world"). But this method should be visible only from proxy SimpleClient simple, and as such the line should be simple.putBasic("Hello there");.

       

      Attachments

        Activity

          People

            rsigal@redhat.com Ronald Sigal
            rsigal@redhat.com Ronald Sigal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: