mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-96: Implement Iterator.remove() within ArbitraryAttributeMap's iterator.
This commit is contained in:
@@ -148,6 +148,11 @@ public class ArbitraryAttributeMap extends HashMap<String, String> {
|
||||
entry.getValue());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove() {
|
||||
iterator.remove();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user