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(
28
28
/**
29
29
* Returns the source root mirrored by {@link #getVirtualSourceRoot()} or <code>null</code>
30
30
* if no virtual source root exists.
31
- * <p/ >
31
+ * <p>
32
32
* When invoked from the AutoBuilder, this corresponds to the source root. When invoked
33
33
* from ODASA, there is no notion of source root, so this is always <code>null</code> in that context.
34
34
*/
@@ -38,7 +38,7 @@ public Path getSourceRoot() {
38
38
39
39
/**
40
40
* Returns the virtual source root or <code>null</code> if no virtual source root exists.
41
- *
41
+ * <p>
42
42
* The virtual source root is a directory hierarchy that mirrors the real source
43
43
* root, where dependencies are installed.
44
44
*/
You can’t perform that action at this time.
0 commit comments