mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-800: Properly initialize name and title in Form constructor.
This commit is contained in:
@@ -73,6 +73,8 @@ public class Form {
|
||||
* The fields to provided within the new Form.
|
||||
*/
|
||||
public Form(String name, String title, Collection<Field> fields) {
|
||||
this.name = name;
|
||||
this.title = title;
|
||||
this.fields = fields;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user