Skip to content

Commit

Permalink
make ProcessEngineConfigurationCustomizer public
Browse files Browse the repository at this point in the history
  • Loading branch information
l0co authored and tobiasschaefer committed Jul 16, 2020
1 parent 6950eb7 commit 6b855a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Lukasz Frankowski
*/
@FunctionalInterface
interface ProcessEngineConfigurationCustomizer {
public interface ProcessEngineConfigurationCustomizer {

void customize(@Nonnull ProcessEngineConfiguration configuration);

Expand Down

0 comments on commit 6b855a2

Please sign in to comment.