Skip to content

Commit

Permalink
Fixed wrong @SInCE.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Feb 28, 2024
1 parent 2de3f8b commit f3ee3e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public static IQueryEnvironment newEnvironment() {
* an instance to inspect cross references at evaluation time
* @return a new {@link IQualifiedNameQueryEnvironment} configured with the services provided by default
* with Acceleo Query
* @since 9.0
* @since 8.0.2
*/
public static IQualifiedNameQueryEnvironment newQualifiedNameEnvironmentWithDefaultServices(
IQualifiedNameResolver resolver, CrossReferenceProvider xRefProvider) {
Expand All @@ -214,7 +214,7 @@ public static IQualifiedNameQueryEnvironment newQualifiedNameEnvironmentWithDefa
* tells if the {@link IService} will be used in a workspace
* @return a new {@link IQualifiedNameQueryEnvironment} configured with the services provided by default
* with Acceleo Query
* @since 9.0
* @since 8.0.2
*/
public static IQualifiedNameQueryEnvironment newQualifiedNameEnvironmentWithDefaultServices(
IQualifiedNameResolver resolver, CrossReferenceProvider xRefProvider,
Expand All @@ -232,7 +232,7 @@ public static IQualifiedNameQueryEnvironment newQualifiedNameEnvironmentWithDefa
* @param resolver
* the {@link IQualifiedNameResolver}
* @return a new {@link IQualifiedNameQueryEnvironment} with no services configured.
* @since 9.0
* @since 8.0.2
*/
public static IQualifiedNameQueryEnvironment newQualifiedNameEnvironment(
IQualifiedNameResolver resolver) {
Expand Down

0 comments on commit f3ee3e0

Please sign in to comment.