Skip to content

Commit fef3038

Browse files
committed
Refactor the number formatting in the @order annotation on the 'gemfireDataSourcePostProcessor' bean definition.
1 parent 9dba7bb commit fef3038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterDefinedRegionsConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected ClientRegionShortcut resolveClientRegionShortcut() {
8787
}
8888

8989
@Bean
90-
@Order(Ordered.HIGHEST_PRECEDENCE + 1000000)
90+
@Order(Ordered.HIGHEST_PRECEDENCE + 1_000_000)
9191
public GemfireDataSourcePostProcessor gemfireDataSourcePostProcessor() {
9292
return new GemfireDataSourcePostProcessor().using(getBeanFactory()).using(resolveClientRegionShortcut());
9393
}

0 commit comments

Comments
 (0)