Issue #2920 Fix serialization of DrawStringEvent.

Former-commit-id: d88bdcccb805896e32766373bc07185364741d4e
This commit is contained in:
Ben Steffensmeier 2014-04-09 09:21:26 -05:00
parent 3fff4e77d4
commit d43e5abf29

View file

@ -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;
}