GUACAMOLE-1218: Refactor guacamole-auth-json's StringListProperty into guacamole-ext.

This commit is contained in:
Michael Jumper
2020-11-20 14:06:35 -08:00
parent f2ce412051
commit 382e347a3c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ import java.util.Collections;
import org.apache.guacamole.GuacamoleException; import org.apache.guacamole.GuacamoleException;
import org.apache.guacamole.environment.Environment; import org.apache.guacamole.environment.Environment;
import org.apache.guacamole.properties.ByteArrayProperty; import org.apache.guacamole.properties.ByteArrayProperty;
import org.apache.guacamole.properties.StringListProperty;
/** /**
* Service for retrieving configuration information regarding the JSON * Service for retrieving configuration information regarding the JSON

View File

@@ -17,13 +17,12 @@
* under the License. * under the License.
*/ */
package org.apache.guacamole.auth.json; package org.apache.guacamole.properties;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import org.apache.guacamole.GuacamoleException; import org.apache.guacamole.GuacamoleException;
import org.apache.guacamole.properties.GuacamoleProperty;
/** /**
* A GuacamoleProperty whose value is a List of Strings. The string value * A GuacamoleProperty whose value is a List of Strings. The string value