Skip to content

Commit e524368

Browse files
gselzerctrueden
authored andcommitted
Declare via javadoc that desc. cannot be null
1 parent 19428c8 commit e524368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • scijava/scijava-struct/src/main/java/org/scijava/struct

scijava/scijava-struct/src/main/java/org/scijava/struct/Member.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public interface Member<T> {
1616
/** Unique name of the member. */
1717
String getKey();
1818

19-
/** Description of the member. */
19+
/** Non-null description. The default description is an empty string */
2020
default String getDescription() {
2121
return "";
2222
}

0 commit comments

Comments
 (0)