Skip to content

Commit 4312e97

Browse files
committed
chore: remove public from interface
1 parent 12dd5bc commit 4312e97

File tree

1 file changed

+1
-1
lines changed
  • fj-doc-mod-fop/src/main/java/org/fugerit/java/doc/mod/fop

1 file changed

+1
-1
lines changed

fj-doc-mod-fop/src/main/java/org/fugerit/java/doc/mod/fop/FopConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
public interface FopConfig extends Serializable {
99

10-
public FopFactory newFactory() throws ConfigException;
10+
FopFactory newFactory() throws ConfigException;
1111

1212
}

0 commit comments

Comments
 (0)