Skip to content

Commit

Permalink
Don't explicitly set as null
Browse files Browse the repository at this point in the history
  • Loading branch information
markquintontulloch committed Dec 9, 2024
1 parent 77a5e6e commit f722620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class GeneXrefHelper {
@Inject CrossReferenceService xrefService;
@Inject GeneDAO geneDAO;

ResourceDescriptorPage ncbiGeneOtherExpressionPage = null;
ResourceDescriptorPage ncbiGeneOtherExpressionPage;

@Transactional
public void addGeoCrossReference(Gene gene, String entrezCurie) {
Expand Down

0 comments on commit f722620

Please sign in to comment.