Skip to content

Commit

Permalink
objectionary#3267: package-private ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 7, 2024
1 parent c66eff4 commit b1c4ef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ final class Xmir2Xmir {
* @param pack Content of .yaml test.
* @param home Where to save files.
*/
public Xmir2Xmir(final String pack, final Path home) {
Xmir2Xmir(final String pack, final Path home) {
this(
new Sticky<>(() -> new Yaml().load(pack)),
new HmBase(home)
Expand Down

0 comments on commit b1c4ef5

Please sign in to comment.