Skip to content

Commit ec7cfb4

Browse files
author
Tobias Wiessner
committed
XHTML
1 parent f0b6413 commit ec7cfb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

de/uni_stuttgart/ils/reqif4j/attributes/AttributeValueXHTML.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ public class AttributeValueXHTML extends AttributeValue {
1515

1616
@Override
1717
public Object getValue() {
18+
if(divValue == null){
19+
return "";
20+
}
1821
return divValue.toString();
1922
}
2023

0 commit comments

Comments
 (0)