Skip to content

Commit

Permalink
Fix typo in comment (#33572)
Browse files Browse the repository at this point in the history
Fixed Typo in azure-core-http-jdk-httpclient POM
  • Loading branch information
dennis-benzinger-hybris committed Feb 17, 2023
1 parent 0c0625d commit 179614e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/core/azure-core-http-jdk-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</execution>
<!-- Here the 'base-compile' execution section of java-lts profile defined in parent pom.client.xml is overridden.
In parent pom, this execution entry enforces java8 release compatibility. The new http APIs are not available
in Java8, hence here in this pom we override that release compact to 11.
in Java8, hence here in this pom we override that release compatibility to 11.
-->
<execution>
<id>base-compile</id>
Expand All @@ -255,7 +255,7 @@
</execution>
<!-- Here the 'base-testCompile' execution section of java-lts profile defined in parent pom.client.xml is overridden.
In parent pom, this execution entry enforces java8 release compatibility. The new http APIs are not available
in Java8, hence here in this pom we override that release compact to 11.
in Java8, hence here in this pom we override that release compatibility to 11.
-->
<execution>
<id>base-testCompile</id>
Expand Down

0 comments on commit 179614e

Please sign in to comment.