Skip to content

Commit

Permalink
Fix #11619: ExporterOptions extend Serializable (#11620)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Mar 13, 2024
1 parent b96b824 commit a3aa811
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
*/
package org.primefaces.component.export;

public interface ExporterOptions {
import java.io.Serializable;

public interface ExporterOptions extends Serializable {

String getFacetFontStyle();

Expand Down

0 comments on commit a3aa811

Please sign in to comment.