Skip to content

Commit 26b25de

Browse files
author
Flurb
committed
Removed code smells
Signed-off-by: Flurb <[email protected]>
1 parent a99abd1 commit 26b25de

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

repository-postgresql/src/main/java/org/lfenergy/compas/scl/data/repository/postgresql/CompasSclDataPostgreSQLRepository.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
import org.lfenergy.compas.scl.data.model.Version;
1212
import org.lfenergy.compas.scl.data.repository.CompasSclDataRepository;
1313
import org.lfenergy.compas.scl.extensions.model.SclFileType;
14-
import org.slf4j.Logger;
15-
import org.slf4j.LoggerFactory;
1614

1715
import javax.sql.DataSource;
1816
import java.sql.ResultSet;
@@ -24,8 +22,6 @@
2422
import static org.lfenergy.compas.scl.data.exception.CompasSclDataServiceErrorCode.*;
2523

2624
public class CompasSclDataPostgreSQLRepository implements CompasSclDataRepository {
27-
28-
private static final Logger LOGGER = LoggerFactory.getLogger(CompasSclDataPostgreSQLRepository.class);
2925
private static final String SELECT_METADATA_CLAUSE = "select id, name, major_version, minor_version, patch_version ";
3026
private static final String SELECT_DATA_CLAUSE = "select scl_data ";
3127
private static final String FROM_CLAUSE = " from scl_file ";

service/src/main/java/org/lfenergy/compas/scl/data/service/impl/CompasSclDataServiceImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
import org.lfenergy.compas.scl.data.service.CompasSclDataService;
1515
import org.lfenergy.compas.scl.data.util.SclElementProcessor;
1616
import org.lfenergy.compas.scl.extensions.model.SclFileType;
17-
import org.slf4j.Logger;
18-
import org.slf4j.LoggerFactory;
1917
import org.w3c.dom.Element;
2018

2119
import javax.transaction.Transactional;

0 commit comments

Comments
 (0)