You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/03/27 01:21:16 UTC

[06/37] incubator-juneau-website git commit: Update javadocs

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/236aea45/content/site/apidocs/src-html/org/apache/juneau/rest/remoteable/RemoteableServlet.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/rest/remoteable/RemoteableServlet.html b/content/site/apidocs/src-html/org/apache/juneau/rest/remoteable/RemoteableServlet.html
index 8d32e96..f90890c 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/rest/remoteable/RemoteableServlet.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/rest/remoteable/RemoteableServlet.html
@@ -123,7 +123,7 @@
 <span class="sourceLineNo">115</span>         throw new RestException(SC_NOT_FOUND, "Method not found"); //$NON-NLS-1$<a name="line.115"></a>
 <span class="sourceLineNo">116</span><a name="line.116"></a>
 <span class="sourceLineNo">117</span>      // Parse the args and invoke the method.<a name="line.117"></a>
-<span class="sourceLineNo">118</span>      ClassMeta&lt;?&gt;[] argTypes = req.getBeanSession().getClassMetas(m.getParameterTypes());<a name="line.118"></a>
+<span class="sourceLineNo">118</span>      ClassMeta&lt;?&gt;[] argTypes = req.getBeanSession().getClassMetas(m.getGenericParameterTypes());<a name="line.118"></a>
 <span class="sourceLineNo">119</span>      Object[] params = p.parseArgs(req.getReader(), argTypes);<a name="line.119"></a>
 <span class="sourceLineNo">120</span>      return m.invoke(service, params);<a name="line.120"></a>
 <span class="sourceLineNo">121</span>   }<a name="line.121"></a>