mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +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.
|
* The fields to provided within the new Form.
|
||||||
*/
|
*/
|
||||||
public Form(String name, String title, Collection<Field> fields) {
|
public Form(String name, String title, Collection<Field> fields) {
|
||||||
|
this.name = name;
|
||||||
|
this.title = title;
|
||||||
this.fields = fields;
|
this.fields = fields;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user