Skip to content

Commit 99b695b

Browse files
authored
Merge pull request #126 from microsphere-projects/copilot/task-96647929-598037688-0b38354b-b3a8-4544-9338-115220cd8095
Clean up whitespace and line separators in Java source files
2 parents 473711c + 6acd601 commit 99b695b

116 files changed

Lines changed: 108 additions & 155 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/discovery/ReactiveDiscoveryClientAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ static <T> List<T> toList(Flux<T> flux) {
142142
}
143143
return mono.block();
144144
}
145-
}
145+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/discovery/UnionDiscoveryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ public void destroy() throws Exception {
216216
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
217217
this.context = applicationContext;
218218
}
219-
}
219+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/discovery/autoconfigure/DiscoveryClientAutoConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public class DiscoveryClientAutoConfiguration {
7575
)
7676
public static final String DISCOVERY_CLIENT_MODE_PROPERTY_NAME = DISCOVERY_CLIENT_PROPERTY_PREFIX + MODE_PROPERTY_NAME;
7777

78-
7978
@Configuration(proxyBeanMethods = false)
8079
@ConditionalOnProperty(name = DISCOVERY_CLIENT_MODE_PROPERTY_NAME, havingValue = UNION_DISCOVERY_CLIENT_MODE)
8180
public static class UnionConfiguration {
@@ -98,4 +97,4 @@ public UnionDiscoveryClient unionDiscoveryClient() {
9897
return new UnionDiscoveryClient();
9998
}
10099
}
101-
}
100+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/discovery/autoconfigure/ReactiveDiscoveryClientAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ public ReactiveDiscoveryClientAdapter reactiveDiscoveryClientAdapter(ReactiveDis
8181
return new ReactiveDiscoveryClientAdapter(reactiveDiscoveryClient);
8282
}
8383
}
84-
}
84+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/discovery/constants/DiscoveryClientConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ public interface DiscoveryClientConstants {
7272
* @see org.springframework.cloud.client.discovery.composite.reactive.ReactiveCompositeDiscoveryClientAutoConfiguration
7373
*/
7474
String REACTIVE_COMPOSITE_DISCOVERY_CLIENT_AUTO_CONFIGURATION_CLASS_NAME = "org.springframework.cloud.client.discovery.composite.reactive.ReactiveCompositeDiscoveryClientAutoConfiguration";
75-
}
75+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/discovery/util/DiscoveryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ public static SimpleDiscoveryProperties simpleDiscoveryProperties(@Nonnull Simpl
103103

104104
private DiscoveryUtils() {
105105
}
106-
}
106+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/event/ServiceInstancesChangedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ public boolean isProcessed() {
8686
return processed;
8787
}
8888

89-
}
89+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/service/registry/DefaultRegistration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
* @since 1.0.0
2828
*/
2929
public class DefaultRegistration extends DefaultServiceInstance implements Registration {
30-
}
30+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/service/registry/InMemoryServiceRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ protected Map<String, String> getMetadata(Registration registration) {
155155
}
156156
return null;
157157
}
158-
}
158+
}

microsphere-spring-cloud-commons/src/main/java/io/microsphere/spring/cloud/client/service/registry/MultipleAutoServiceRegistration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ protected MultipleRegistration getRegistration() {
112112
protected MultipleRegistration getManagementRegistration() {
113113
return this.multipleRegistration;
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)