Skip to content

Commit

Permalink
fix import for central openminds class
Browse files Browse the repository at this point in the history
  • Loading branch information
olinux committed Nov 27, 2023
1 parent b3afcc7 commit 9a418a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generator/templates/OpenMINDS.java.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import org.openmetadatainitiative.openminds.utils.LocalId;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Stream;

Expand Down Expand Up @@ -80,7 +79,7 @@ public class OpenMINDS {
{% endfor %}

public void persist(String targetDirectory) {
OpenMINDS.persist(targetDirectory, builders.stream().map(Builder::build));
OpenMINDS.persist(targetDirectory, builders.stream().map(org.openmetadatainitiative.openminds.utils.Builder::build));
}
}

Expand Down

0 comments on commit 9a418a1

Please sign in to comment.