mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.0.0 changes back to master.
This commit is contained in:
@@ -85,6 +85,7 @@ public class SimpleDirectory<ObjectType extends Identifiable>
|
||||
* @param objects
|
||||
* The objects that should be present in this directory.
|
||||
*/
|
||||
@SafeVarargs
|
||||
public SimpleDirectory(ObjectType... objects) {
|
||||
this(Arrays.asList(objects));
|
||||
}
|
||||
|
Reference in New Issue
Block a user