Skip to content

Commit 0fa608e

Browse files
authored
Remove useless @slf4j (#37669)
1 parent 17d82b5 commit 0fa608e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

features/broadcast/core/src/main/java/org/apache/shardingsphere/broadcast/metadata/reviser/schema/BroadcastSchemaTableAggregationReviser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
package org.apache.shardingsphere.broadcast.metadata.reviser.schema;
1919

2020
import lombok.RequiredArgsConstructor;
21-
import lombok.extern.slf4j.Slf4j;
2221
import org.apache.shardingsphere.broadcast.rule.BroadcastRule;
2322
import org.apache.shardingsphere.database.connector.core.metadata.data.model.TableMetaData;
2423
import org.apache.shardingsphere.database.connector.core.metadata.data.revise.SchemaTableMetaDataAggregator;
@@ -32,7 +31,6 @@
3231
/**
3332
* Broadcast schema table aggregation reviser.
3433
*/
35-
@Slf4j
3634
@RequiredArgsConstructor
3735
public final class BroadcastSchemaTableAggregationReviser implements SchemaTableAggregationReviser<BroadcastRule> {
3836

test/e2e/operation/transaction/src/test/java/org/apache/shardingsphere/test/e2e/operation/transaction/cases/autocommit/TransactionRollbackOnlyTestCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.apache.shardingsphere.test.e2e.operation.transaction.cases.autocommit;
1919

20-
import lombok.extern.slf4j.Slf4j;
2120
import org.apache.shardingsphere.driver.jdbc.core.connection.ShardingSphereConnection;
2221
import org.apache.shardingsphere.test.e2e.operation.transaction.cases.base.BaseTransactionTestCase;
2322
import org.apache.shardingsphere.test.e2e.operation.transaction.engine.base.TransactionContainerComposer;
@@ -35,7 +34,6 @@
3534
* Transaction rollback only test case.
3635
*/
3736
@TransactionTestCase(dbTypes = {TransactionTestConstants.POSTGRESQL, TransactionTestConstants.OPENGAUSS})
38-
@Slf4j
3937
public class TransactionRollbackOnlyTestCase extends BaseTransactionTestCase {
4038

4139
public TransactionRollbackOnlyTestCase(final TransactionTestCaseParameter testCaseParam) {

0 commit comments

Comments
 (0)