mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-1511: Merge revert incorrect recursive constructor invocation.
This commit is contained in:
@@ -44,7 +44,7 @@ public class PropertiesGuacamoleProperties implements GuacamoleProperties {
|
|||||||
* values exposed by this instance of PropertiesGuacamoleProperties.
|
* values exposed by this instance of PropertiesGuacamoleProperties.
|
||||||
*/
|
*/
|
||||||
public PropertiesGuacamoleProperties(Properties properties) {
|
public PropertiesGuacamoleProperties(Properties properties) {
|
||||||
this(properties);
|
this.properties = properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user