Skip to content

Commit 388b220

Browse files
committed
Corrected Javadoc error
1 parent 2b60a6a commit 388b220

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

epics-vtype/vtype/src/main/java/org/epics/vtype/Display.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ public abstract class Display {
6767

6868
/**
6969
* Human-readable description of the underlying data, e.g. the DESC field of an EPICS record.
70-
* <code>null</code> if not set.
71-
* @return unit
70+
* @return description, or <code>null</code> if not set.
7271
*/
7372
public abstract String getDescription();
7473

0 commit comments

Comments
 (0)