Skip to content

Commit ec3a7e3

Browse files
author
Stephan Brandauer
committed
Java: qldoc style
1 parent 715b135 commit ec3a7e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/src/Telemetry/AutomodelApplicationModeCharacteristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module ApplicationCandidatesImpl implements SharedCharacteristics::CandidateSig
102102
}
103103

104104
/**
105-
* Returns the related location for the given endpoint.
105+
* Gets the related location for the given endpoint.
106106
*
107107
* The only related location we model is the the call expression surrounding to
108108
* which the endpoint is either argument or qualifier (known as the call context).

java/ql/src/Telemetry/AutomodelFrameworkModeCharacteristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module FrameworkCandidatesImpl implements SharedCharacteristics::CandidateSig {
7676
}
7777

7878
/**
79-
* Returns the related location for the given endpoint.
79+
* Gets the related location for the given endpoint.
8080
*
8181
* Related locations can be JavaDoc comments of the class or the method.
8282
*/

0 commit comments

Comments
 (0)