Skip to content

Commit e28284b

Browse files
committed
JS: Fix javadoc
1 parent ad48c4e commit e28284b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/extractor/src/com/semmle/js/extractor/DependencyInstallationResult.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)