File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public DependencyInstallationResult(
2828 /**
2929 * Returns the source root mirrored by {@link #getVirtualSourceRoot()} or <code>null</code>
3030 * if no virtual source root exists.
31- * <p/ >
31+ * <p>
3232 * When invoked from the AutoBuilder, this corresponds to the source root. When invoked
3333 * from ODASA, there is no notion of source root, so this is always <code>null</code> in that context.
3434 */
@@ -38,7 +38,7 @@ public Path getSourceRoot() {
3838
3939 /**
4040 * Returns the virtual source root or <code>null</code> if no virtual source root exists.
41- *
41+ * <p>
4242 * The virtual source root is a directory hierarchy that mirrors the real source
4343 * root, where dependencies are installed.
4444 */
You can’t perform that action at this time.
0 commit comments