Results 1 to 2 of 2

Thread: JavaDocs and source code not the same

  1. #1
    Join Date
    Sep 2012
    Posts
    1

    Default JavaDocs and source code not the same

    I have found two inconsistencies with the source code provided on github and the javaDocs.
    1. InMemoryOAuth2ProtectedResourceDetailsService: http://static.springsource.org/sprin...lsService.html
    --However, it is not found in the source code under client.

    2. AuthorizationCodeResourceDetails: http://static.springsource.org/sprin...ceDetails.html
    --There is no 'code' directory under the 'client' directory for the source code on github.

    If anyone could clarify where these classes are it would help tremendously!

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I think maybe the javadocs hadn't been updated recently on the main website. I never use them because my IDE shows me javadocs from the source code, so I hadn't noticed. I should be fixed now.

    1. no longer exists (there was hardly any value in ProtectedResourceDetailsService - if you liked it for some reason open a JIRA ticket).

    2. is in a subpackage: http://static.springsource.org/sprin...ceDetails.html.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •