File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/ql/src/semmle/code/xml Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class Pom extends ProtoPom {
167
167
Pom getParentPom ( ) { result = getParentElement ( ) .getPom ( ) }
168
168
169
169
/**
170
- * Gets the version specified for dependency _dep_ in a `dependencyManagement`
170
+ * Gets the version specified for dependency `dep` in a `dependencyManagement`
171
171
* section in this POM or one of its ancestors, or an empty string if no version
172
172
* is specified.
173
173
*/
@@ -343,7 +343,7 @@ class DependencyManagement extends PomElement {
343
343
344
344
/**
345
345
* Gets a dependency declared in this `dependencyManagement` element that has
346
- * the same (short) coordinates as _dep_ .
346
+ * the same (short) coordinates as `dep` .
347
347
*/
348
348
Dependency getDependency ( Dependency dep ) {
349
349
result = getADependency ( ) and
@@ -383,7 +383,7 @@ class MavenRepo extends Folder {
383
383
/**
384
384
* Gets any jar artifacts in this repository that match the POM project definition. This is an
385
385
* over approximation. For soft qualifiers (e.g. 1.0) precise matches are returned in preference
386
- * to artifact only matches. For hard qualifiers (e.g. [1.0]) only precise matches are returned.
386
+ * to artifact- only matches. For hard qualifiers (e.g. [1.0]) only precise matches are returned.
387
387
* For all other qualifiers, all matches are returned regardless of version.
388
388
*/
389
389
MavenRepoJar getAnArtifact ( ProtoPom pom ) {
You can’t perform that action at this time.
0 commit comments