GUAC-1053: Fix warning regarding resource path of PATCH method for active connection service.

This commit is contained in:
James Muehlner
2015-04-22 21:13:46 -07:00
parent 3ea93c30b0
commit 5788876283

View File

@@ -147,7 +147,6 @@ public class ActiveConnectionRESTService {
* If an error occurs while deleting the active connections. * If an error occurs while deleting the active connections.
*/ */
@PATCH @PATCH
@Path("/")
@AuthProviderRESTExposure @AuthProviderRESTExposure
public void patchTunnels(@QueryParam("token") String authToken, public void patchTunnels(@QueryParam("token") String authToken,
List<APIPatch<String>> patches) throws GuacamoleException { List<APIPatch<String>> patches) throws GuacamoleException {