From 71a3e4adde9f0cccddb1a62746ccba3adc3f0b5a Mon Sep 17 00:00:00 2001 From: John Date: Tue, 5 Sep 2017 23:36:55 -0400 Subject: [PATCH] Fix documentation to reflect what code is actually doing Tested with the following (this is the first line from the HPO tab) DECIPHER 1 Wolf-Hirschhorn Syndrome HP:0000252 DECIPHER:1 IEA O WOLF-HIRSCHHORN SYNDROME 2013-05-29 HPO:skoehler --- .../phenomics/ontolib/formats/hpo/HpoDiseaseAnnotation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontolib-core/src/main/java/com/github/phenomics/ontolib/formats/hpo/HpoDiseaseAnnotation.java b/ontolib-core/src/main/java/com/github/phenomics/ontolib/formats/hpo/HpoDiseaseAnnotation.java index 5c9dddc..c105e96 100644 --- a/ontolib-core/src/main/java/com/github/phenomics/ontolib/formats/hpo/HpoDiseaseAnnotation.java +++ b/ontolib-core/src/main/java/com/github/phenomics/ontolib/formats/hpo/HpoDiseaseAnnotation.java @@ -200,7 +200,7 @@ public String getOnsetModifier() { } /** - * @return Frequency modifier; optional, null when missing. + * @return Frequency modifier; returns "" empty string when not present */ public String getFrequencyModifier() { return frequencyModifier;