Skip to content

Commit

Permalink
Merge pull request #1955 from scireum/SIRI-939_kba_nullable
Browse files Browse the repository at this point in the history
Properly marks field as nullable
  • Loading branch information
mkeckmkeck authored Mar 15, 2024
2 parents 53ccb76 + 3dd417c commit 79f3367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/sirius/biz/tycho/kb/KnowledgeBaseEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public class KnowledgeBaseEntry extends SearchableEntity {
* Contains a short and concise description of this article.
*/
public static final Mapping DESCRIPTION = Mapping.named("description");
@NullAllowed
@SearchContent
private String description;

Expand Down

0 comments on commit 79f3367

Please sign in to comment.