Java: qldoc style

This commit is contained in:
Stephan Brandauer
2023-06-07 14:57:38 +02:00
parent 715b1351f3
commit ec3a7e39ad
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ module ApplicationCandidatesImpl implements SharedCharacteristics::CandidateSig
}
/**
* Returns the related location for the given endpoint.
* Gets the related location for the given endpoint.
*
* The only related location we model is the the call expression surrounding to
* which the endpoint is either argument or qualifier (known as the call context).

View File

@@ -76,7 +76,7 @@ module FrameworkCandidatesImpl implements SharedCharacteristics::CandidateSig {
}
/**
* Returns the related location for the given endpoint.
* Gets the related location for the given endpoint.
*
* Related locations can be JavaDoc comments of the class or the method.
*/