JS: Reapply fixed to javadoc

This commit is contained in:
Asger Feldthaus
2020-10-06 14:06:10 +01:00
parent 5374b66029
commit 396f353397
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ public class DependencyResolver {
private static final Pattern semVerToken = Pattern.compile("\\d+(?:\\.[\\dx]+)+(?:-[\\w.-]*)?|[~^<>=|&-]+");
/**
* Returns the first version number mentioned in the given constraints, excluding upper bounds such as `< 2.0.0`,
* Returns the first version number mentioned in the given constraints, excluding upper bounds such as `&lt; 2.0.0`,
* or `null` if no such version number was found.
* <p>
* To help ensure deterministic version resolution, we prefer the version mentioned in the constraint, rather than

View File

@@ -5,8 +5,8 @@ import java.util.Map;
/**
* A package metadata object, informally known as a "packument".
*
* @see https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#getpackage
* @see https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md
* see https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#getpackage
* see https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md
*/
public class Packument {
private String name;