mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
JS: Reapply fixed to javadoc
This commit is contained in:
@@ -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 `< 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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user