Skip to content

Commit

Permalink
LPS-63097 Update java
Browse files Browse the repository at this point in the history
  • Loading branch information
mtambara authored and shuyangzhou committed Feb 11, 2016
1 parent 061da74 commit c69f80f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public MethodDescriptor[] scan(Object service) {
}

/**
* @see com.liferay.portal.json.web.service.extender.internal.ServiceJSONWebServiceScannerStrategy#getTargetClass(Object)
* @see com.liferay.portal.remote.json.web.service.extender.internal.ServiceJSONWebServiceScannerStrategy#getTargetClass(Object)
*/
protected Class<?> getTargetClass(Object service) throws Exception {
while (ProxyUtil.isProxyClass(service.getClass())) {
Expand Down

0 comments on commit c69f80f

Please sign in to comment.