We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84aaa commit 4af1e6fCopy full SHA for 4af1e6f
src/main/java/com/qdesrame/openapi/diff/output/ConsoleRender.java
@@ -187,7 +187,7 @@ private void incompatibility(
187
.append(StringUtils.repeat(' ', 10))
188
.append("Missing property: ")
189
.append(propPrefix)
190
- .append(".")
+ .append(propPrefix.isEmpty() ? "" : ".")
191
.append(propName)
192
.append(System.lineSeparator());
193
});
0 commit comments