Skip to content

Commit

Permalink
fix: compilation problem DataObjectService
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 1, 2023
1 parent d1ae34d commit a2b53dd
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package fr.insee.arc.core.dataobjects;

import org.springframework.stereotype.Component;

import fr.insee.arc.utils.dao.SQL;

@Component
public class DataObjectService {

/**
Expand All @@ -14,15 +17,6 @@ public class DataObjectService {
*/
private String sandboxSchema;

public DataObjectService() {
super();
}

public DataObjectService(String sandboxSchema) {
super();
this.sandboxSchema = sandboxSchema;
}

/**
* Return the SQL table name
*
Expand Down

0 comments on commit a2b53dd

Please sign in to comment.