Issue #2920 Fix serialization of DrawStringEvent.
Former-commit-id:0abf71f719
[formerly0abf71f719
[formerly d88bdcccb805896e32766373bc07185364741d4e]] Former-commit-id:d43e5abf29
Former-commit-id:6327c3a673
This commit is contained in:
parent
a87b131d94
commit
4e33194b36
1 changed files with 3 additions and 3 deletions
|
@ -305,10 +305,10 @@ public class DrawStringEvent extends AbstractRemoteGraphicsRenderEvent {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param textStyle
|
||||
* the textStyle to set
|
||||
* @param textStyles
|
||||
* the textStyles to set
|
||||
*/
|
||||
public void setTextStyle(EnumSet<TextStyle> textStyles) {
|
||||
public void setTextStyles(EnumSet<TextStyle> textStyles) {
|
||||
this.textStyles = textStyles;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue