Skip to content

Commit 3f818e7

Browse files
committed
Update Javadoc.java
1 parent 1f912ed commit 3f818e7

File tree

1 file changed

+1
-1
lines changed
  • http-generator-core/src/main/java/io/avaje/http/generator/core/javadoc

1 file changed

+1
-1
lines changed

http-generator-core/src/main/java/io/avaje/http/generator/core/javadoc/Javadoc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public boolean isEmpty() {
6868
return summary.isBlank()
6969
&& description.isBlank()
7070
&& params.isEmpty()
71-
&& returnDescription.isEmpty()
71+
&& returnDescription.isBlank()
7272
&& !deprecated;
7373
}
7474
}

0 commit comments

Comments
 (0)