Skip to content

Commit 396f353

Browse files
committed
JS: Reapply fixed to javadoc
1 parent 5374b66 commit 396f353

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

javascript/extractor/src/com/semmle/js/dependencies/DependencyResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void addConstraint(Constraint constraint) {
6161
private static final Pattern semVerToken = Pattern.compile("\\d+(?:\\.[\\dx]+)+(?:-[\\w.-]*)?|[~^<>=|&-]+");
6262

6363
/**
64-
* Returns the first version number mentioned in the given constraints, excluding upper bounds such as `< 2.0.0`,
64+
* Returns the first version number mentioned in the given constraints, excluding upper bounds such as `&lt; 2.0.0`,
6565
* or `null` if no such version number was found.
6666
* <p>
6767
* To help ensure deterministic version resolution, we prefer the version mentioned in the constraint, rather than

javascript/extractor/src/com/semmle/js/dependencies/packument/Packument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/**
66
* A package metadata object, informally known as a "packument".
77
*
8-
* @see https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#getpackage
9-
* @see https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md
8+
* see https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#getpackage
9+
* see https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md
1010
*/
1111
public class Packument {
1212
private String name;

0 commit comments

Comments
 (0)