Skip to content

Commit

Permalink
Change the initial letter to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling committed Jan 14, 2025
1 parent 43add98 commit 4d80c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class NacosMicroserviceHandler {

private static final String INSTANCE_PROPS = "SERVICECOMB_INSTANCE_PROPS";

private static final String FRAMEWORK_TYPE = "SpringCloudHuawei";
private static final String FRAMEWORK_TYPE = "springCloudHuawei";

public static Instance createMicroserviceInstance(NacosDiscoveryProperties properties, Environment environment) {
Instance instance = new Instance();
Expand Down

0 comments on commit 4d80c48

Please sign in to comment.