From 50959091b187b5fffbdd2bf3814a3a6f01f97605 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 7 Apr 2009 10:58:43 +0000
Subject: [PATCH] Document that the definition for a term is optional.

---
 modules/Bio/EnsEMBL/OntologyTerm.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/OntologyTerm.pm b/modules/Bio/EnsEMBL/OntologyTerm.pm
index c0c5acfb38..ec07a30878 100644
--- a/modules/Bio/EnsEMBL/OntologyTerm.pm
+++ b/modules/Bio/EnsEMBL/OntologyTerm.pm
@@ -53,7 +53,7 @@ use base qw( Bio::EnsEMBL::Storable );
   Arg [-NAME]       : String
                       The name of the ontology term.
 
-  Arg [-DEFINITION] : String
+  Arg [-DEFINITION] : (optional) String
                       The definition of the ontology term.
 
   Arg               : Further arguments required for parent class
-- 
GitLab