We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad48c4e commit e28284bCopy full SHA for e28284b
1 file changed
javascript/extractor/src/com/semmle/js/extractor/DependencyInstallationResult.java
@@ -28,7 +28,7 @@ public DependencyInstallationResult(
28
/**
29
* Returns the source root mirrored by {@link #getVirtualSourceRoot()} or <code>null</code>
30
* if no virtual source root exists.
31
- * <p/>
+ * <p>
32
* When invoked from the AutoBuilder, this corresponds to the source root. When invoked
33
* from ODASA, there is no notion of source root, so this is always <code>null</code> in that context.
34
*/
@@ -38,7 +38,7 @@ public Path getSourceRoot() {
38
39
40
* Returns the virtual source root or <code>null</code> if no virtual source root exists.
41
- *
42
* The virtual source root is a directory hierarchy that mirrors the real source
43
* root, where dependencies are installed.
44
0 commit comments