Skip to content

Commit

Permalink
Fix primitives being unable to be typed by configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
qqndrew committed Sep 5, 2023
1 parent d7ba1f1 commit e5b4868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.ohnlp.medtagger</groupId>
<artifactId>medtagger</artifactId>
<version>1.0.67</version>
<version>1.0.68</version>
<description>The MedTagger biomedical information extraction pipeline</description>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SectionResolutionTransform extends OneToOneTransform {
path="threshold",
desc="Minimum number of distinct documents containing header candidate for inclusion"
)
public int threshold;
public Integer threshold;

@Override
public Schema calculateOutputSchema(Schema schema) {
Expand Down

0 comments on commit e5b4868

Please sign in to comment.