Ticket #263: Fixed issues from code review.

This commit is contained in:
James Muehlner
2013-08-13 23:48:35 -07:00
parent 58fe537913
commit 6ab4b9ec15
2 changed files with 0 additions and 12 deletions

View File

@@ -33,12 +33,6 @@ import net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet;
*/ */
public class Move extends AuthenticatingHttpServlet { public class Move extends AuthenticatingHttpServlet {
/**
* Prefix given to a parameter name when that parameter is a protocol-
* specific parameter meant for the configuration.
*/
public static final String PARAMETER_PREFIX = "_";
@Override @Override
protected void authenticatedService( protected void authenticatedService(
UserContext context, UserContext context,

View File

@@ -33,12 +33,6 @@ import net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet;
*/ */
public class Move extends AuthenticatingHttpServlet { public class Move extends AuthenticatingHttpServlet {
/**
* Prefix given to a parameter name when that parameter is a protocol-
* specific parameter meant for the configuration.
*/
public static final String PARAMETER_PREFIX = "_";
@Override @Override
protected void authenticatedService( protected void authenticatedService(
UserContext context, UserContext context,