Skip to content

Commit ee7e05a

Browse files
authored
Apply suggestions from code review
1 parent 0f7d2a3 commit ee7e05a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apollo-client/src/main/java/com/ctrip/framework/apollo/internals/RemoteConfigRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ private ApolloConfig loadApolloConfig() {
270270
mergeConfigurations(previousConfigurations, result.getConfigurationChanges()));
271271
} else if (configSyncType == ConfigSyncType.UNKNOWN) {
272272
String message = String.format(
273-
"Apollo Config Sync type invalid - configSyncType: %s",
273+
"Invalid config sync type - %s",
274274
result.getConfigSyncType());
275275
throw new ApolloConfigException(message, exception);
276276
}

apollo-core/src/main/java/com/ctrip/framework/apollo/core/dto/ApolloConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
package com.ctrip.framework.apollo.core.dto;
1818

19-
2019
import java.util.List;
2120
import java.util.Map;
2221

0 commit comments

Comments
 (0)