Skip to content

Commit 5302d03

Browse files
committed
Resolve checkstyle issues
1 parent 12c494d commit 5302d03

File tree

1 file changed

+1
-1
lines changed
  • Utils/azure-toolkit-ide-libs/azure-toolkit-ide-appservice-lib/src/main/java/com/microsoft/azure/toolkit/ide/appservice/model

1 file changed

+1
-1
lines changed

Utils/azure-toolkit-ide-libs/azure-toolkit-ide-appservice-lib/src/main/java/com/microsoft/azure/toolkit/ide/appservice/model/ApplicationInsightsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public ApplicationInsightsConfig(String name) {
2727
this.name = name;
2828
}
2929

30-
public ApplicationInsightsConfig(final String name, final String instrumentationKey) {
30+
public ApplicationInsightsConfig(final String name, final String instrumentationKey) {
3131
this.newCreate = false;
3232
this.name = name;
3333
this.instrumentationKey = instrumentationKey;

0 commit comments

Comments
 (0)