Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eostermueller committed Feb 12, 2023
1 parent f723bcc commit 2e461fa
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.github.eostermueller.snail4j.systemproperty;

import com.github.eostermueller.snail4j.Snail4jException;
import com.github.eostermueller.snail4j.launcher.Configuration;

public interface OneTimeConfigChanger {
void oneTimeChange(Configuration cfg) throws Snail4jException;
}

0 comments on commit 2e461fa

Please sign in to comment.