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!