Polish contribution and related code
This commit is contained in:
@@ -46,11 +46,9 @@ public class TransactionManagementConfigurationSelector extends AdviceModeImport
|
||||
@Override
|
||||
protected String[] selectImports(AdviceMode adviceMode) {
|
||||
return switch (adviceMode) {
|
||||
case PROXY -> new String[]{
|
||||
AutoProxyRegistrar.class.getName(),
|
||||
ProxyTransactionManagementConfiguration.class.getName()
|
||||
};
|
||||
case ASPECTJ -> new String[]{determineTransactionAspectClass()};
|
||||
case PROXY -> new String[] {AutoProxyRegistrar.class.getName(),
|
||||
ProxyTransactionManagementConfiguration.class.getName()};
|
||||
case ASPECTJ -> new String[] {determineTransactionAspectClass()};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user